Skip to content

Commit d943e22

Browse files
vidarbefabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 6bca034 commit d943e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/Kconfig.nor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ config SPI_NOR_SFDP_RUNTIME
4545
endchoice
4646

4747
config SPI_NOR_INIT_PRIORITY
48-
int
48+
int "Init priority"
4949
default 80
5050
help
5151
Device driver initialization priority.

0 commit comments

Comments
 (0)