:orphan: .. title:: CONFIG_BT_SPI_INIT_PRIORITY .. kconfig:: CONFIG_BT_SPI_INIT_PRIORITY CONFIG_BT_SPI_INIT_PRIORITY ########################### *BT SPI init priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`BT_SPI ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== At ``/bluetooth/hci/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:20`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig config BT_SPI_INIT_PRIORITY int "BT SPI init priority" default 75 depends on BT_SPI && BT_HCI && BT_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*