:orphan: .. title:: choice SPIRAM_TYPE: Type of SPI RAM chip in use .. _choice_46: .. describe:: choice SPIRAM_TYPE: Type of SPI RAM chip in use *Type of SPI RAM chip in use* *Type of SPI RAM chip in use* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`ESP_SPIRAM ` && \ :kconfig:`SOC_ESP32 ` && \ :ref:` `) || (\ :kconfig:`ESP_SPIRAM ` && \ :kconfig:`SOC_ESP32S2 ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM16 ` - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM16 ` Choice options ============== - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM16 ` - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM32 ` - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM64 ` - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM16 ` - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM32 ` - \ :kconfig:`SPIRAM_TYPE_ESPPSRAM64 ` Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.soc:73`` 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 .. code-block:: kconfig choice SPIRAM_TYPE bool "Type of SPI RAM chip in use" default SPIRAM_TYPE_ESPPSRAM16 depends on ESP_SPIRAM && SOC_ESP32 && ---- At ``/xtensa/esp32s2/Kconfig.soc:104`` 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 .. code-block:: kconfig choice SPIRAM_TYPE bool "Type of SPI RAM chip in use" default SPIRAM_TYPE_ESPPSRAM16 depends on ESP_SPIRAM && SOC_ESP32S2 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*