CONFIG_SPI_FLASH_AT45_INIT_PRIORITY¶
Driver initialization priority
Type: int
Help¶
Device driver initialization priority.
SPI driver needs to be initialized before this one.
Default¶
- 80 
Kconfig definition¶
At <Zephyr Driver>/flash/Kconfig.at45:30
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:63
Menu path: (Top) → Device Drivers → Flash hardware support → AT45 family flash driver
config SPI_FLASH_AT45_INIT_PRIORITY
    int "Driver initialization priority"
    default 80
    depends on SPI_FLASH_AT45 && FLASH
    help
      Device driver initialization priority.
      SPI driver needs to be initialized before this one.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)