:orphan: .. title:: CONFIG_SOC_FLASH_NRF .. kconfig:: CONFIG_SOC_FLASH_NRF CONFIG_SOC_FLASH_NRF #################### *Nordic Semiconductor nRF flash driver* Type: ``bool`` Help ==== .. code-block:: none Enables Nordic Semiconductor nRF flash driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NRF ` && !\ :kconfig:`FLASH_NRF_FORCE_ALT ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` - \ :kconfig:`NRFX_NVMC ` - \ :kconfig:`MPU_ALLOW_FLASH_WRITE ` if \ :kconfig:`ARM_MPU ` Kconfig definition ================== At ``/flash/Kconfig.nrf:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig menuconfig SOC_FLASH_NRF bool "Nordic Semiconductor nRF flash driver" default y select FLASH_HAS_PAGE_LAYOUT select FLASH_HAS_DRIVER_ENABLED select NRFX_NVMC select MPU_ALLOW_FLASH_WRITE if ARM_MPU depends on SOC_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.)*