:orphan: .. title:: SOC_FLASH_NRF .. option:: CONFIG_SOC_FLASH_NRF *Nordic Semiconductor nRF flash driver* Type: ``bool`` Help ==== Enables Nordic Semiconductor nRF flash driver. Direct dependencies =================== \ :option:`SOC_FAMILY_NRF ` && !\ :option:`FLASH_NRF_FORCE_ALT ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`NRFX_NVMC ` - \ :option:`MPU_ALLOW_FLASH_WRITE ` if \ :option:`ARM_MPU ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nrf:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:63`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: menuconfig SOC_FLASH_NRF bool "Nordic Semiconductor nRF flash driver" default y select \ :option:`FLASH_HAS_PAGE_LAYOUT ` select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`NRFX_NVMC ` select \ :option:`MPU_ALLOW_FLASH_WRITE ` if \ :option:`ARM_MPU ` depends on \ :option:`SOC_FAMILY_NRF ` && !\ :option:`FLASH_NRF_FORCE_ALT ` && \ :option:`FLASH ` help Enables Nordic Semiconductor nRF flash driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*