mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
menu "ESP PSRAM"
|
|
depends on !APP_BUILD_TYPE_PURE_RAM_APP
|
|
# Will be refactored after !18050 to merge target-specific items
|
|
|
|
orsource "./$IDF_TARGET/Kconfig.spiram"
|
|
|
|
endmenu # ESP PSRAM
|