: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:` `) || (\ :kconfig:`ESPTOOLPY_FLASHFREQ_80M ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.soc:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` 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/esp32/Kconfig.soc:107`` 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 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*