mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
xtensa/esp32: Fix ESP32_I2C option bringing the char driver
This commit is contained in:
committed by
Abdelatif Guettouche
parent
d2488715c0
commit
79ea96a1d0
@@ -441,15 +441,11 @@ config ESP32_I2C0
|
||||
bool "I2C 0"
|
||||
default n
|
||||
select ESP32_I2C
|
||||
select I2C
|
||||
select I2C_DRIVER
|
||||
|
||||
config ESP32_I2C1
|
||||
bool "I2C 1"
|
||||
default n
|
||||
select ESP32_I2C
|
||||
select I2C
|
||||
select I2C_DRIVER
|
||||
|
||||
config ESP32_AES_ACCELERATOR
|
||||
bool "AES Accelerator"
|
||||
|
||||
Reference in New Issue
Block a user