The latest development version of this page may be more current than this released 1.14.0 version.
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.)

Kconfig definitions

At boards/arm/96b_carbon/Kconfig.defconfig:58

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice BT_HCI_BUS_TYPE
    bool
    default BT_SPI if BT && BOARD_96B_CARBON
    depends on BT && BOARD_96B_CARBON

At boards/arm/disco_l475_iot1/Kconfig.defconfig:139

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice BT_HCI_BUS_TYPE
    bool
    default BT_SPI if BT && BOARD_DISCO_L475_IOT1
    depends on BT && BOARD_DISCO_L475_IOT1

At boards/posix/native_posix/Kconfig.defconfig:36

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice BT_HCI_BUS_TYPE
    bool
    default BT_USERCHAN if BT_HCI && BOARD_NATIVE_POSIX
    depends on BT_HCI && BOARD_NATIVE_POSIX

At drivers/bluetooth/hci/Kconfig:14

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:12drivers/bluetooth/Kconfig:20

Menu path: (top menu) → Device Drivers → Bluetooth Drivers

choice BT_HCI_BUS_TYPE
    bool
    prompt "Bluetooth HCI driver" if BT_HCI && BT && !BT_CTLR
    depends on BT_HCI && BT && !BT_CTLR

(Definitions include propagated dependencies, including from if’s and menus.)