-
CONFIG_SOC_FLASH_NRF
¶
Nordic Semiconductor nRF flash driver
Type: bool
Help¶
Enables Nordic Semiconductor nRF flash driver.
Direct dependencies¶
SOC_FAMILY_NRF
&& !FLASH_NRF_FORCE_ALT
&& FLASH
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/flash/Kconfig.nrf:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:63
Menu path: (Top) → Device Drivers → Flash hardware support
menuconfig SOC_FLASH_NRF bool "Nordic Semiconductor nRF flash driver" default y selectFLASH_HAS_PAGE_LAYOUT
selectFLASH_HAS_DRIVER_ENABLED
selectNRFX_NVMC
depends onSOC_FAMILY_NRF
&& !FLASH_NRF_FORCE_ALT
&&FLASH
help Enables Nordic Semiconductor nRF flash driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)