mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
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:
committed by
Petro Karashchenko
parent
20c6996e81
commit
ae1cbc47ef
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user