I2C Manager Kconfig now generic

This commit is contained in:
Rop Gonggrijp 2021-07-12 10:24:11 +02:00
parent 048438738c
commit ef76fd1056
2 changed files with 98 additions and 99 deletions

View file

@ -4,6 +4,11 @@ menu "LVGL ESP Drivers"
rsource "lvgl_touch/Kconfig"
menu "I2C Port Settings"
depends on LV_I2C && !HAVE_I2C_MANAGER
rsource "i2c_manager/Kconfig"
endmenu
endmenu

View file

@ -1,6 +1,3 @@
menu "I2C Port Settings"
depends on LV_I2C && !HAVE_I2C_MANAGER
menu "I2C Port 0"
config I2C_MANAGER_0_ENABLED
@ -97,6 +94,3 @@ menu "I2C Port Settings"
endif
endmenu
endmenu