mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +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"
|
bool "I2C 0"
|
||||||
default n
|
default n
|
||||||
select ESP32_I2C
|
select ESP32_I2C
|
||||||
select I2C
|
|
||||||
select I2C_DRIVER
|
|
||||||
|
|
||||||
config ESP32_I2C1
|
config ESP32_I2C1
|
||||||
bool "I2C 1"
|
bool "I2C 1"
|
||||||
default n
|
default n
|
||||||
select ESP32_I2C
|
select ESP32_I2C
|
||||||
select I2C
|
|
||||||
select I2C_DRIVER
|
|
||||||
|
|
||||||
config ESP32_AES_ACCELERATOR
|
config ESP32_AES_ACCELERATOR
|
||||||
bool "AES Accelerator"
|
bool "AES Accelerator"
|
||||||
|
|||||||
Reference in New Issue
Block a user