:orphan: .. title:: CONFIG_DEFAULT_PSRAM_CS_IO .. kconfig:: CONFIG_DEFAULT_PSRAM_CS_IO CONFIG_DEFAULT_PSRAM_CS_IO ########################## *PSRAM CS IO number* Type: ``int`` Help ==== .. code-block:: none The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. Direct dependencies =================== \ :kconfig:`ESP_SPIRAM ` && \ :kconfig:`ESP_SPIRAM ` && \ :kconfig:`SOC_ESP32S2 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Default ======= - 26 Kconfig definition ================== At ``/xtensa/esp32s2/Kconfig.soc:140`` 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 → PSRAM clock and cs IO for ESP32S2 .. code-block:: kconfig config DEFAULT_PSRAM_CS_IO int "PSRAM CS IO number" range 0 33 default 26 depends on ESP_SPIRAM && ESP_SPIRAM && SOC_ESP32S2 && help The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*