mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
psram: add quad mode kconfig macro on 32/s2
This commit is contained in:
@@ -26,6 +26,10 @@ menu "ESP32-specific"
|
||||
menu "SPI RAM config"
|
||||
depends on ESP32_SPIRAM_SUPPORT
|
||||
|
||||
config SPIRAM_MODE_QUAD
|
||||
bool
|
||||
default "y"
|
||||
|
||||
choice SPIRAM_TYPE
|
||||
prompt "Type of SPI RAM chip in use"
|
||||
default SPIRAM_TYPE_AUTO
|
||||
|
@@ -97,6 +97,10 @@ menu "ESP32S2-specific"
|
||||
bool
|
||||
default "y"
|
||||
|
||||
config SPIRAM_MODE_QUAD
|
||||
bool
|
||||
default "y"
|
||||
|
||||
choice SPIRAM_TYPE
|
||||
prompt "Type of SPI RAM chip in use"
|
||||
default SPIRAM_TYPE_AUTO
|
||||
|
Reference in New Issue
Block a user