1menu "ESP PSRAM"
2    depends on !APP_BUILD_TYPE_PURE_RAM_APP
3    # Will be refactored after !18050 to merge target-specific items
4
5    orsource "./$IDF_TARGET/Kconfig.spiram"
6
7endmenu  # ESP PSRAM
8