:orphan: .. title:: CONFIG_SOC_FLASH_SAM0 .. kconfig:: CONFIG_SOC_FLASH_SAM0 CONFIG_SOC_FLASH_SAM0 ##################### *Atmel SAM0 flash driver* Type: ``bool`` Help ==== .. code-block:: none Enable the Atmel SAM0 series internal flash driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` && \ :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:`MPU_ALLOW_FLASH_WRITE ` if \ :kconfig:`ARM_MPU ` Kconfig definition ================== At ``/flash/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:85`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig menuconfig SOC_FLASH_SAM0 bool "Atmel SAM0 flash driver" default y select FLASH_HAS_PAGE_LAYOUT select FLASH_HAS_DRIVER_ENABLED select MPU_ALLOW_FLASH_WRITE if ARM_MPU depends on SOC_FAMILY_SAM0 && FLASH help Enable the Atmel SAM0 series internal flash driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*