-
CONFIG_BT_CTLR
¶
Bluetooth Controller
Type: bool
Help¶
Enables support for SoC native controller implementations.
Direct dependencies¶
BOARD_NRF52810_PCA10040
|| (BT_HCI
&& BT
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
BT
&&BOARD_NRF52810_PCA10040
Kconfig definitions¶
At boards/arm/nrf52810_pca10040/Kconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:14
→ boards/Kconfig:26
Menu path: (top menu) → Board Options
config BT_CTLR bool default "y" ifBT
&&BOARD_NRF52810_PCA10040
depends onBOARD_NRF52810_PCA10040
At subsys/bluetooth/controller/Kconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:156
Menu path: (top menu) → Bluetooth
config BT_CTLR bool prompt "Bluetooth Controller" ifBT_HCI
&&BT
depends onBT_HCI
&&BT
help Enables support for SoC native controller implementations.
(Definitions include propagated dependencies, including from if’s and menus.)