mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
config: removed references to non-existing kconfig options
This commit is contained in:
@@ -31,12 +31,8 @@ we add more types of external RAM memory, this can be made into a more intellige
|
||||
#if CONFIG_FREERTOS_UNICORE
|
||||
#define PSRAM_MODE PSRAM_VADDR_MODE_NORMAL
|
||||
#else
|
||||
#if CONFIG_MEMMAP_SPIRAM_CACHE_EVENODD
|
||||
#define PSRAM_MODE PSRAM_VADDR_MODE_EVENODD
|
||||
#else
|
||||
#define PSRAM_MODE PSRAM_VADDR_MODE_LOWHIGH
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if CONFIG_SPIRAM
|
||||
|
||||
|
Reference in New Issue
Block a user