CONFIG_FLASH_INIT_PRIORITY¶
Flash init priority
Type: int
Help¶
Flash driver device initialization priority. This initialization
priority is used unless the driver implementation has its own
initialization priority
Default¶
Kconfig definition¶
At drivers/flash/Kconfig:61
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:62
Menu path: (Top) → Device Drivers → Flash hardware support
config FLASH_INIT_PRIORITY
int "Flash init priority"
default KERNEL_INIT_PRIORITY_DEVICE
depends on FLASH
help
Flash driver device initialization priority. This initialization
priority is used unless the driver implementation has its own
initialization priority
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)