mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +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
|
Indicates that an external RAM is connected via the FSPI interface in
|
||||||
the board.
|
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
|
config HAS_PERIPH_ADC_CTRL
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
|
|||||||
@ -56,6 +56,12 @@ config HAS_ARCH_ESP
|
|||||||
help
|
help
|
||||||
Indicates that an 'ESP' architecture is being used.
|
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
|
## Common CPU symbols
|
||||||
config CPU_ARCH
|
config CPU_ARCH
|
||||||
default "xtensa" if CPU_ARCH_XTENSA
|
default "xtensa" if CPU_ARCH_XTENSA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user