drivers: flash: spi nor: Allow the init priority to be configurable

Some applications may require the SPI NOR driver to be initialized
earlier. This commit enables the user to change the default
initialization priority.

Signed-off-by: Vidar Berg <vidar.berg@nordicsemi.no>
This commit is contained in:
Vidar Berg 2024-09-24 11:49:54 +02:00 committed by Fabio Baltieri
parent 6bca0347df
commit d943e22f94
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ config SPI_NOR_SFDP_RUNTIME
endchoice
config SPI_NOR_INIT_PRIORITY
int
int "Init priority"
default 80
help
Device driver initialization priority.