:orphan: .. title:: BT_SPI_INIT_PRIORITY .. option:: CONFIG_BT_SPI_INIT_PRIORITY *BT SPI init priority* Type: ``int`` Direct dependencies =================== \ :option:`BT_SPI ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 75 Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. parsed-literal:: config BT_SPI_INIT_PRIORITY int "BT SPI init priority" default 75 depends on \ :option:`BT_SPI ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*