zephyr/subsys/bluetooth/shell
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
..
bt.c Bluetooth: Convert sample code to use the new bt_data_parse() API 2018-06-26 19:34:57 +03:00
bt.h Bluetooth: shell: Fix incorrect #define 2017-06-28 09:52:26 -04:00
CMakeLists.txt drivers: flash: nrf: Rename nrf5 to nrf 2018-03-20 20:07:09 +01:00
flash.c arm: nordic: flash: Use FLASH_DEV_NAME define 2018-01-25 15:23:00 -06:00
gatt.c Bluetooth: GATT: Make BT_GATT_CHARACTERISTIC declare its value 2018-05-14 18:51:22 +03:00
gatt.h Bluetooth: Shell: Add gatt-show-db command 2017-06-15 21:53:00 +03:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
ll.c Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
ll.h Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
ticker.c arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00