:orphan: .. title:: CONFIG_BT_HCI_SETUP .. kconfig:: CONFIG_BT_HCI_SETUP CONFIG_BT_HCI_SETUP ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable the HCI vendor-specific Setup function. This option has to be enabled when the BT Controller requires execution of the vendor-specific commands sequence to initialize the BT Controller before the BT Host executes a Reset sequence. The user should generally avoid changing it via menuconfig or in configuration files. This option are enabled by the vendor-specific HCI extension, where the Setup function is implemented. Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/hci/Kconfig:135`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig config BT_HCI_SETUP bool depends on BT_HCI && BT_DRIVERS help Enable the HCI vendor-specific Setup function. This option has to be enabled when the BT Controller requires execution of the vendor-specific commands sequence to initialize the BT Controller before the BT Host executes a Reset sequence. The user should generally avoid changing it via menuconfig or in configuration files. This option are enabled by the vendor-specific HCI extension, where the Setup function is implemented. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*