zephyr/subsys/bluetooth/host
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
..
mesh Bluetooth: Mesh: Use BT_GATT_CCC_MANAGED 2019-02-27 10:30:50 +01:00
a2dp_internal.h
a2dp.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
at.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
at.h
att_internal.h Bluetooth: GATT: Add bt_gatt_write_response_cb 2019-01-16 21:43:53 -05:00
att.c Bluetooth: gatt: ccc changed cb after connection cb 2019-02-18 15:13:25 -05:00
avdtp_internal.h
avdtp.c Bluetooth: Take advantage of net_buf_pull_mem() 2019-01-28 15:21:23 +02:00
CMakeLists.txt
conn_internal.h bluetooth: host: Rename bt_conn_get_id and make it public. 2018-11-28 18:20:38 +02:00
conn.c Bluetooth: gatt: ccc changed cb after connection cb 2019-02-18 15:13:25 -05:00
crypto.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
crypto.h
ecc.h
gatt_internal.h Bluetooth: GATT: Implement Robust Caching 2019-02-08 18:07:34 +02:00
gatt.c Bluetooth: GATT: Remove ccc cfg value 2019-03-01 12:50:43 +01:00
hci_core.c bluetooth: Fix broken directed advertising 2019-02-27 11:49:48 +02:00
hci_core.h Bluetooth: Update advertising data without advertising restart 2018-10-29 12:30:34 +02:00
hci_ecc.c Bluetooth: Give proper names to Bluetooth threads 2019-01-15 17:39:54 +01:00
hci_ecc.h
hci_raw_internal.h
hci_raw.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
hfp_hf.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
hfp_internal.h
Kconfig Bluetooth: kconfig: Remove redundant dependencies 2019-03-09 10:03:06 -05:00
keys_br.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
keys.c bluetooth: settings: Clean up storing Bluetooth host values 2019-03-01 12:49:28 +01:00
keys.h Bluetooth: host: Allow to disable legacy pairing. 2018-10-16 14:25:56 +03:00
l2cap_br.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
l2cap_internal.h Bluetooth: L2CAP: Rename LE Connection Response Results 2018-10-25 08:02:54 +01:00
l2cap.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
monitor.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
monitor.h
rfcomm_internal.h
rfcomm.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
sdp_internal.h
sdp.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
settings.c Bluetooth: host: Use log_strdup() for stack strings 2019-02-21 09:25:50 -05:00
settings.h bluetooth: host: align code to reworked settings 2018-12-11 11:22:16 +01:00
smp_null.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
smp.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
smp.h
testing.c
testing.h
uuid.c