From 81b93c9b95c58cacd0fbf6d6bfccf7baa445524d Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Tue, 30 Nov 2021 12:03:13 +0100 Subject: [PATCH] cpu/esp32/kconfig: move esp_wifi_enterprise feature to esp_common --- cpu/esp32/Kconfig | 6 ------ cpu/esp_common/Kconfig | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) 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