-
CONFIG_BT
¶
Bluetooth support
Type: bool
Help¶
This option enables Bluetooth support.
Defaults¶
- “y” if
NETWORKING
&&BOARD_96B_CARBON
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:67
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BT bool default "y" ifNETWORKING
&&BOARD_96B_CARBON
depends onNETWORKING
&&BOARD_96B_CARBON
At subsys/bluetooth/Kconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
Menu path: (top menu) → Bluetooth
config BT
bool
prompt "Bluetooth support"
select NET_BUF
help
This option enables Bluetooth support.
(Definitions include propagated dependencies, including from if’s and menus.)