Commit d943e22f authored by Vidar Berg's avatar Vidar Berg Committed by Fabio Baltieri
Browse files

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: default avatarVidar Berg <vidar.berg@nordicsemi.no>
parent 6bca0347
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.