I2C Manager Kconfig now generic
This commit is contained in:
parent
048438738c
commit
ef76fd1056
2 changed files with 98 additions and 99 deletions
7
Kconfig
7
Kconfig
|
@ -4,6 +4,11 @@ menu "LVGL ESP Drivers"
|
|||
|
||||
rsource "lvgl_touch/Kconfig"
|
||||
|
||||
rsource "i2c_manager/Kconfig"
|
||||
menu "I2C Port Settings"
|
||||
depends on LV_I2C && !HAVE_I2C_MANAGER
|
||||
|
||||
rsource "i2c_manager/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue