mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 22:23:03 +00:00
arch/xtensa/esp32: select I2C_DRIVER on I2C
Automatically select I2C_DRIVER when ESP32_I2C is selected. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
34f52384d8
commit
293d33f5dd
1 changed files with 2 additions and 0 deletions
|
|
@ -277,6 +277,8 @@ endif # ESP32_OPENETH
|
|||
config ESP32_I2C
|
||||
bool
|
||||
default n
|
||||
select I2C
|
||||
select I2C_DRIVER
|
||||
|
||||
config ESP32_TWAI
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue