xtensa/esp32: Fix ESP32_I2C option bringing the char driver

This commit is contained in:
Gustavo Henrique Nihei
2021-03-04 09:18:30 -03:00
committed by Abdelatif Guettouche
parent d2488715c0
commit 79ea96a1d0
-4
View File
@@ -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"