esp32&c3/Kconfig: CONFIG_ESP32(C3)_WIRELESS doesn't need to be user

selectable.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2022-07-18 17:01:38 +02:00
committed by Petro Karashchenko
parent 20c6996e81
commit ae1cbc47ef
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ choice ESP32C3_FLASH_FREQ
default ESP32C3_FLASH_FREQ_40M
---help---
SPI FLASH frequency
config ESP32C3_FLASH_FREQ_80M
bool "80 MHz"
@@ -333,7 +333,7 @@ config ESP32C3_ADC1
select ESP32C3_ADC
config ESP32C3_WIRELESS
bool "Wireless"
bool
default n
select NET
select ARCH_PHY_INTERRUPT
+1 -1
View File
@@ -471,7 +471,7 @@ config ESP32_UART2
select ARCH_HAVE_SERIAL_TERMIOS
config ESP32_WIRELESS
bool "Wireless"
bool
default n
select NET
select ARCH_PHY_INTERRUPT