:orphan: .. title:: CONFIG_FLASH_INIT_PRIORITY .. kconfig:: CONFIG_FLASH_INIT_PRIORITY CONFIG_FLASH_INIT_PRIORITY ########################## *Flash init priority* Type: ``int`` Help ==== .. code-block:: none Flash driver device initialization priority. This initialization priority is used unless the driver implementation has its own initialization priority Direct dependencies =================== \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`KERNEL_INIT_PRIORITY_DEVICE ` Kconfig definition ================== At ``/flash/Kconfig:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig 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.)*