mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 21:29:02 +00: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:
parent
20c6996e81
commit
ae1cbc47ef
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue