:orphan: .. title:: SOC_FLASH_SAM .. option:: CONFIG_SOC_FLASH_SAM *Atmel SAM flash driver* Type: ``bool`` Help ==== Enable the Atmel SAM series internal flash driver. Direct dependencies =================== (\ :option:`FLASH ` && \ :option:`SOC_SERIES_SAME70 `) || (\ :option:`FLASH ` && \ :option:`SOC_SERIES_SAMV71 `) || (\ :option:`SOC_FAMILY_SAM ` && (\ :option:`SOC_SERIES_SAME70 ` || \ :option:`SOC_SERIES_SAMV71 `) && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`MPU_ALLOW_FLASH_WRITE ` if \ :option:`ARM_MPU ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/same70/Kconfig.defconfig.series:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config SOC_FLASH_SAM bool default y depends on \ :option:`FLASH ` && \ :option:`SOC_SERIES_SAME70 ` ---- At ``soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config SOC_FLASH_SAM bool default y depends on \ :option:`FLASH ` && \ :option:`SOC_SERIES_SAMV71 ` ---- At ``drivers/flash/Kconfig.sam:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:81`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: config SOC_FLASH_SAM bool "Atmel SAM flash driver" default y select \ :option:`FLASH_HAS_PAGE_LAYOUT ` select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`MPU_ALLOW_FLASH_WRITE ` if \ :option:`ARM_MPU ` depends on \ :option:`SOC_FAMILY_SAM ` && (\ :option:`SOC_SERIES_SAME70 ` || \ :option:`SOC_SERIES_SAMV71 `) && \ :option:`FLASH ` help Enable the Atmel SAM series internal flash driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*