-
choice BT_HCI_BUS_TYPE: Bluetooth HCI driver
Bluetooth HCI driver
Type: bool
Direct dependencies¶
(BT
&& BOARD_96B_CARBON
) || (BT
&& BOARD_DISCO_L475_IOT1
) || (BT_HCI
&& BOARD_NATIVE_POSIX
) || (BT_HCI
&& BT
&& !BT_CTLR
)
(Includes any dependencies from if’s and menus.)
Defaults¶
BT_SPI
ifBT
&&BOARD_96B_CARBON
BT_SPI
ifBT
&&BOARD_DISCO_L475_IOT1
BT_USERCHAN
ifBT_HCI
&&BOARD_NATIVE_POSIX
Choice options¶
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice BT_HCI_BUS_TYPE bool defaultBT_SPI
ifBT
&&BOARD_96B_CARBON
depends onBT
&&BOARD_96B_CARBON
At boards/arm/disco_l475_iot1/Kconfig.defconfig:139
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice BT_HCI_BUS_TYPE bool defaultBT_SPI
ifBT
&&BOARD_DISCO_L475_IOT1
depends onBT
&&BOARD_DISCO_L475_IOT1
At boards/posix/native_posix/Kconfig.defconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice BT_HCI_BUS_TYPE bool defaultBT_USERCHAN
ifBT_HCI
&&BOARD_NATIVE_POSIX
depends onBT_HCI
&&BOARD_NATIVE_POSIX
At drivers/bluetooth/hci/Kconfig:14
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:12
→ drivers/bluetooth/Kconfig:20
Menu path: (top menu) → Device Drivers → Bluetooth Drivers
choice BT_HCI_BUS_TYPE bool prompt "Bluetooth HCI driver" ifBT_HCI
&&BT
&& !BT_CTLR
depends onBT_HCI
&&BT
&& !BT_CTLR
(Definitions include propagated dependencies, including from if’s and menus.)