lvgl_esp32_drivers/Kconfig

15 lines
232 B
Plaintext
Raw Normal View History

menu "LVGL ESP Drivers"
rsource "lvgl_tft/Kconfig"
rsource "lvgl_touch/Kconfig"
2021-07-12 08:24:11 +00:00
menu "I2C Port Settings"
depends on LV_I2C && !HAVE_I2C_MANAGER
rsource "i2c_manager/Kconfig"
endmenu
endmenu