I2C Manager Kconfig now generic
This commit is contained in:
parent
048438738c
commit
ef76fd1056
5
Kconfig
5
Kconfig
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue