zephyr/subsys/bluetooth
Ulf Magnusson b34b2c5a94 Bluetooth: kconfig: Remove redundant dependencies
subsys/bluetooth/common/Kconfig and subsys/bluetooth/host/Kconfig are
'source'd within 'if BT' and 'if BT_HCI', in subsys/bluetooth/Kconfig,
so there's no need to add those dependencies within them.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 10:03:06 -05:00
..
common Bluetooth: kconfig: Remove redundant dependencies 2019-03-09 10:03:06 -05:00
controller Bluetooth: controller: Fix unchecked return value 2019-03-05 13:08:12 +01:00
host Bluetooth: kconfig: Remove redundant dependencies 2019-03-09 10:03:06 -05:00
services kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
shell bluetooth: shell: Fix uninitialized variable 2019-03-01 09:19:31 +01:00
CMakeLists.txt Bluetooth: controller: Introduce ULL LLL architecture 2019-01-23 09:45:06 +01:00
Kconfig Bluetooth: kconfig: Remove redundant dependencies 2019-03-09 10:03:06 -05:00