config: removed references to non-existing kconfig options

This commit is contained in:
Marius Vikhammer
2022-03-15 18:25:05 +08:00
parent e3c084a2dc
commit 0fbae992dd
12 changed files with 18 additions and 36 deletions

View File

@@ -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