The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_FLASH_SAM0

Atmel SAM0 flash driver

Type: bool

Help

Enable the Atmel SAM0 series internal flash driver.

Direct dependencies

SOC_FAMILY_SAM0 && FLASH

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/flash/Kconfig.sam0:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:62

Menu path: (top menu) → Device Drivers → Flash hardware support

menuconfig SOC_FLASH_SAM0
    bool
    prompt "Atmel SAM0 flash driver" if SOC_FAMILY_SAM0 && FLASH
    select FLASH_HAS_PAGE_LAYOUT if SOC_FAMILY_SAM0 && FLASH
    select FLASH_HAS_DRIVER_ENABLED if SOC_FAMILY_SAM0 && FLASH
    depends on SOC_FAMILY_SAM0 && FLASH
    help
      Enable the Atmel SAM0 series internal flash driver.

(Definitions include propagated dependencies, including from if’s and menus.)