CONFIG_SPI_NOR_INIT_PRIORITY is not configurable

Hi Noridic team,

I am developing with nRF5340, and I added the following configuration to the prj file:

CONFIG_SPI_NOR_INIT_PRIORITY=75

However, I got the following error.

error: SPI_NOR_INIT_PRIORITY (defined at drivers/flash/Kconfig.nor:44) is assigned in a 
configuration file, but is not directly user-configurable (has no prompt). It gets its value 
indirectly from other symbols. See 
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SPI_NOR_INIT_PRIORITY and/or look up 
SPI_NOR_INIT_PRIORITY in the menuconfig/guiconfig interface. The Application Development Primer, 
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be 
helpful too.


We need to update this because our product needs to access external memory with high priority.
How can I solve thi problem?

Related