zephyr/subsys/net/lib/mqtt
Ulf Magnusson 1073882998 subsys: kconfig: Remove 'default n' properties and clean up a bit
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though.

Remove some 'default ""' properties on string symbols too.

Also make definitions more consistent by converting some

  config FOO
  	<type>
  	prompt "foo"

definitions to a shorter form:

  config FOO
  	<type> "foo"

This shorthand works for int/hex/string symbols too, not just for bool
symbols.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-12 23:13:22 -04:00
..
CMakeLists.txt subsys/net/lib: Clear up CMakeLists.txt 2017-12-11 09:34:16 -05:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
mqtt.c net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
mqtt_pkt.c net/mqtt: use rlen to calculate # of QoS items in SUBACK packet 2017-04-28 15:01:12 +03:00
mqtt_pkt.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00