diff --git a/cpu/esp32/Kconfig b/cpu/esp32/Kconfig index 0b9a91a7bc..abad7755da 100644 --- a/cpu/esp32/Kconfig +++ b/cpu/esp32/Kconfig @@ -76,12 +76,6 @@ config HAS_ESP_SPI_RAM Indicates that an external RAM is connected via the FSPI interface in the board. -config HAS_ESP_WIFI_ENTERPRISE - bool - help - Indicates that the platform supports WPA2 enterprise mode for the WiFi - interface. - config HAS_PERIPH_ADC_CTRL bool help diff --git a/cpu/esp_common/Kconfig b/cpu/esp_common/Kconfig index 3359c8644c..2f0323968c 100644 --- a/cpu/esp_common/Kconfig +++ b/cpu/esp_common/Kconfig @@ -56,6 +56,12 @@ config HAS_ARCH_ESP help Indicates that an 'ESP' architecture is being used. +config HAS_ESP_WIFI_ENTERPRISE + bool + help + Indicates that the platform supports WPA2 enterprise mode for the WiFi + interface. + ## Common CPU symbols config CPU_ARCH default "xtensa" if CPU_ARCH_XTENSA