Skip to content

Commit

Permalink
drivers: flash: spi nor: Allow the init priority to be configurable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vidarbe committed Sep 24, 2024
1 parent 45727b5 commit 7504b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/flash/Kconfig.nor
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7504b49

Please sign in to comment.