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>/drivers/flash/Kconfig.at45:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/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.)