esp32c3/Kconfig: Don't select options already selected.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2022-07-18 14:21:55 +02:00 committed by Petro Karashchenko
parent 4ccedb176e
commit 20c6996e81

View File

@ -365,8 +365,6 @@ config ESP32C3_RSA_ACCELERATOR
config ESP32C3_WIFI config ESP32C3_WIFI
bool "Wi-Fi" bool "Wi-Fi"
default n default n
select NET
select ARCH_PHY_INTERRUPT
select ESP32C3_WIRELESS select ESP32C3_WIRELESS
---help--- ---help---
Enable Wi-Fi support Enable Wi-Fi support