fix(esp_psram): make SPIRAM_USE_MEMMAP depend on ESP32 target

This commit is contained in:
Mahavir Jain
2025-08-06 14:56:04 +05:30
parent 2829481eb6
commit 29df7286c8

View File

@@ -69,6 +69,7 @@ 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)"