:orphan: .. title:: CONFIG_ESPTOOLPY_FLASHFREQ_80M .. kconfig:: CONFIG_ESPTOOLPY_FLASHFREQ_80M CONFIG_ESPTOOLPY_FLASHFREQ_80M ############################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_ESP32C3 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32S2 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32C3 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32S2 ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y Kconfig definitions =================== At ``/riscv/esp32c3/Kconfig.soc:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32C3 .. code-block:: kconfig config ESPTOOLPY_FLASHFREQ_80M bool default y depends on SOC_ESP32C3 && ---- At ``/xtensa/esp32/Kconfig.soc:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 .. code-block:: kconfig config ESPTOOLPY_FLASHFREQ_80M bool default y depends on SOC_ESP32 && ---- At ``/xtensa/esp32s2/Kconfig.soc:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32S2 .. code-block:: kconfig config ESPTOOLPY_FLASHFREQ_80M bool default y depends on SOC_ESP32S2 && ---- At ``/riscv/esp32c3/Kconfig.soc:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32C3 .. code-block:: kconfig config ESPTOOLPY_FLASHFREQ_80M bool default y depends on SOC_ESP32C3 && ---- At ``/xtensa/esp32/Kconfig.soc:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 .. code-block:: kconfig config ESPTOOLPY_FLASHFREQ_80M bool default y depends on SOC_ESP32 && ---- At ``/xtensa/esp32s2/Kconfig.soc:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32S2 .. code-block:: kconfig config ESPTOOLPY_FLASHFREQ_80M bool default y depends on SOC_ESP32S2 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*