-
CONFIG_BT
¶
Bluetooth
Type: bool
Help¶
This option enables Bluetooth support.
Direct dependencies¶
(NETWORKING
&& BOARD_96B_CARBON
) || !SMP
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/arm/96b_carbon/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config BT bool default y depends onNETWORKING
&&BOARD_96B_CARBON
At <Zephyr>/subsys/bluetooth/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services
menuconfig BT bool "Bluetooth" selectNET_BUF
depends on !SMP
help This option enables Bluetooth support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)