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 <Zephyr Driver>/flash/Kconfig.esp32:4

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:62<Zephyr Driver>/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.)