zephyr/subsys/bluetooth/controller
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
..
crypto Bluetooth: Remove rand driver and use entropy instead 2018-03-14 16:47:50 +01:00
hal arch: arm: nrf: remove kernel_includes.h from nRF5x soc.h inclusions 2018-07-02 16:50:10 +02:00
hci Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
include Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
ll_sw Bluetooth: controller: Fix empty_pkt_us_get for 2M phy. 2018-07-03 22:47:45 -04:00
ticker Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
util Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
CMakeLists.txt Bluetooth: Reorganize Kconfig options for BLE controller 2018-07-02 11:59:43 +02:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00