:orphan: .. title:: SOC_FLASH_ESP32 .. option:: CONFIG_SOC_FLASH_ESP32 *Espressif ESP32 flash driver* Type: ``bool`` Help ==== .. code-block:: none Enable ESP32 internal flash driver. Direct dependencies =================== \ :option:`SOC_ESP32 ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`FLASH_HAS_PAGE_LAYOUT ` Kconfig definition ================== At ``/flash/Kconfig.esp32:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:63`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig 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.)*