-
CONFIG_SOC_FLASH_NRF
¶
Nordic Semiconductor nRF flash driver
Type: bool
Help¶
Enables Nordic Semiconductor nRF flash driver.
Direct dependencies¶
(FLASH
&& SOC_FAMILY_NRF
) || (FLASH
&& SOC_FAMILY_NRF
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
FLASH
&&SOC_FAMILY_NRF
Symbols selected by this symbol¶
Kconfig definitions¶
At arch/arm/soc/nordic_nrf/Kconfig.defconfig:31
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config SOC_FLASH_NRF bool default "y" ifFLASH
&&SOC_FAMILY_NRF
depends onFLASH
&&SOC_FAMILY_NRF
At drivers/flash/Kconfig:34
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:62
Menu path: (top menu) → Device Drivers → Flash hardware support
config SOC_FLASH_NRF bool prompt "Nordic Semiconductor nRF flash driver" ifFLASH
&&SOC_FAMILY_NRF
selectFLASH_HAS_PAGE_LAYOUT
ifFLASH
&&SOC_FAMILY_NRF
selectFLASH_HAS_DRIVER_ENABLED
ifFLASH
&&SOC_FAMILY_NRF
depends onFLASH
&&SOC_FAMILY_NRF
help Enables Nordic Semiconductor nRF flash driver.
(Definitions include propagated dependencies, including from if’s and menus.)