:orphan: .. title:: choice: Bluetooth Stack Selection .. _choice_363: .. describe:: choice: Bluetooth Stack Selection *Bluetooth Stack Selection* Type: ``bool`` Help ==== .. code-block:: none Select the Bluetooth stack to compile. Direct dependencies =================== \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_HCI ` Choice options ============== - \ :option:`BT_HCI ` - \ :option:`BT_CUSTOM ` Kconfig definition ================== At ``/bluetooth/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig choice bool "Bluetooth Stack Selection" default BT_HCI depends on BT help Select the Bluetooth stack to compile. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*