1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

cpu/esp32/kconfig: move esp_wifi_enterprise feature to esp_common

This commit is contained in:
Leandro Lanzieri 2021-11-30 12:03:13 +01:00
parent b89a62df9b
commit 81b93c9b95
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 6 additions and 6 deletions

View File

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

View File

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