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

CONFIG_SOC_FLASH_ESP32

Espressif ESP32 flash driver

Type: bool

Help

Enable ESP32 internal flash driver.

Direct dependencies

SOC_ESP32 && FLASH

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/flash/Kconfig.esp32:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:62drivers/flash/Kconfig:65

Menu path: (Top) → Device Drivers → Flash hardware support

config SOC_FLASH_ESP32
    bool "Espressif ESP32 flash driver"
    default y
    select FLASH_HAS_DRIVER_ENABLED
    select FLASH_HAS_PAGE_LAYOUT
    depends on SOC_ESP32 && FLASH
    help
      Enable ESP32 internal flash driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)