:orphan: .. title:: choice BT_STACK_SELECTION: Bluetooth Stack Selection .. _choice_495: .. describe:: choice BT_STACK_SELECTION: Bluetooth Stack Selection *Bluetooth Stack Selection* Type: ``bool`` Help ==== .. code-block:: none Select the Bluetooth stack to compile. Direct dependencies =================== \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_HCI ` Choice options ============== - \ :kconfig:`BT_HCI ` - \ :kconfig:`BT_CUSTOM ` Kconfig definition ================== At ``/bluetooth/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig choice BT_STACK_SELECTION 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.)*