:orphan: .. title:: CONFIG_SPI_INIT_PRIORITY .. kconfig:: CONFIG_SPI_INIT_PRIORITY CONFIG_SPI_INIT_PRIORITY ######################## *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 70 Kconfig definition ================== At ``/spi/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_INIT_PRIORITY int "Init priority" default 70 depends on SPI help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*