From f01e0804ffefb72a4e56e44ddb10e1e5f19c1799 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Thu, 16 Dec 2021 14:26:57 +0100 Subject: [PATCH] cpu/esp32: remove the duplicate ESP_HAS_SPI_RAM --- cpu/esp32/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpu/esp32/Kconfig b/cpu/esp32/Kconfig index abad7755da..1f51de72a0 100644 --- a/cpu/esp32/Kconfig +++ b/cpu/esp32/Kconfig @@ -81,11 +81,6 @@ config HAS_PERIPH_ADC_CTRL help Indicates that an ESP32 ADC controller peripheral is present. -config HAS_ESP_SPI_RAM - bool - help - Indicates that the a RAM is present on the SPI bus. - ## Common CPU symbols config CPU_CORE default "xtensa-lx6" if CPU_CORE_XTENSA_LX6