Skip to content

Commit 29df728

Browse files
committed
fix(esp_psram): make SPIRAM_USE_MEMMAP depend on ESP32 target
1 parent 2829481 commit 29df728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp_psram/Kconfig.spiram.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ choice SPIRAM_USE
6969
return SPI RAM pointers.
7070

7171
config SPIRAM_USE_MEMMAP
72+
depends on IDF_TARGET_ESP32
7273
bool "Integrate RAM into memory map"
7374
config SPIRAM_USE_CAPS_ALLOC
7475
bool "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)"

0 commit comments

Comments
 (0)