mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
xtensa/esp32: Add missing option for I2C reset
This commit is contained in:
committed by
Abdelatif Guettouche
parent
79ea96a1d0
commit
984e0f0ec9
@@ -125,16 +125,19 @@ config ESP32_ESP32SXWDXX
|
||||
bool
|
||||
default n
|
||||
select ESP32_SINGLE_CPU
|
||||
select ARCH_HAVE_I2CRESET
|
||||
|
||||
config ESP32_ESP32UXWDXX
|
||||
bool
|
||||
default n
|
||||
select ESP32_SINGLE_CPU
|
||||
select ARCH_HAVE_I2CRESET
|
||||
|
||||
config ESP32_ESP32DXWDXX
|
||||
bool
|
||||
default n
|
||||
select ESP32_DUAL_CPU
|
||||
select ARCH_HAVE_I2CRESET
|
||||
|
||||
choice ESP32_FLASH_MODE
|
||||
prompt "SPI FLASH mode"
|
||||
|
||||
Reference in New Issue
Block a user