:orphan: .. title:: CONFIG_SPIRAM_SPEED_80M .. kconfig:: CONFIG_SPIRAM_SPEED_80M CONFIG_SPIRAM_SPEED_80M ####################### *80MHz clock speed* *80MHz clock speed* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`ESPTOOLPY_FLASHFREQ_80M ` && \ :ref:` `) || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.soc:118`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 → Support for external, SPI-connected RAM → SPI RAM config → Set RAM clock speed .. code-block:: kconfig config SPIRAM_SPEED_80M bool "80MHz clock speed" depends on ESPTOOLPY_FLASHFREQ_80M && ---- At ``/xtensa/esp32s2/Kconfig.soc:156`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32S2 → Support for external, SPI-connected RAM → SPI RAM config → Set RAM clock speed .. code-block:: kconfig config SPIRAM_SPEED_80M bool "80MHz clock speed" depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*