fix(esp_psram): make SPIRAM_USE_MEMMAP available for all targets

This reverts earlier commit d2858847 and thereby making SPIRAM_USE_MEMMAP
available for all targets.

This config option has no direct usage but just avoids adding the PSRAM
to heap but still keeps it memory mapped.

Closes https://github.com/espressif/esp-idf/issues/17764
This commit is contained in:
Mahavir Jain
2025-10-24 14:17:06 +05:30
parent d76364c2a4
commit 2b82146902
@@ -69,7 +69,6 @@ choice SPIRAM_USE
return SPI RAM pointers.
config SPIRAM_USE_MEMMAP
depends on IDF_TARGET_ESP32
bool "Integrate RAM into memory map"
config SPIRAM_USE_CAPS_ALLOC
bool "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)"