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:
parent
b89a62df9b
commit
81b93c9b95
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user