Things suggested by @tore-espressif

See [here](https://github.com/lvgl/lvgl_esp32_drivers/pull/70#pullrequestreview-704302765) in #70
This commit is contained in:
Rop Gonggrijp 2021-07-14 13:12:49 +02:00
parent befa5d0730
commit 93a44492fc
4 changed files with 19 additions and 9 deletions

10
Kconfig
View file

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