CONFIG_D2WD_PSRAM_CS_IO
PSRAM CS IO number
PSRAM CS IO number
Type: int
Help
User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
so this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
Help
User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
so this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
Direct dependencies
(ESP_SPIRAM
&& SOC_ESP32
&& <choice: SoC/CPU/Configuration Selection>) || (ESP_SPIRAM
&& SOC_ESP32
&& <choice: SoC/CPU/Configuration Selection>)
(Includes any dependencies from ifs and menus.)
Defaults
10
10
Kconfig definitions
At <Zephyr>/soc/xtensa/esp32/Kconfig.soc:146
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:7
→ <nRF>/doc/_build/kconfig/Kconfig.soc:1
Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 → Support for external, SPI-connected RAM → SPI RAM config → PSRAM clock and cs IO for ESP32-D2WD
config D2WD_PSRAM_CS_IO
int "PSRAM CS IO number"
range 0 33
default 10
depends on ESP_SPIRAM && SOC_ESP32 && <choice>
help
User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
so this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
At <Zephyr>/soc/xtensa/esp32/Kconfig.soc:146
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:9
Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 → Support for external, SPI-connected RAM → SPI RAM config → PSRAM clock and cs IO for ESP32-D2WD
config D2WD_PSRAM_CS_IO
int "PSRAM CS IO number"
range 0 33
default 10
depends on ESP_SPIRAM && SOC_ESP32 && <choice>
help
User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,
so this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)