fix(kconfig): skip lv_conf.h by default (#5617)

This commit is contained in:
Gabor Kiss-Vamosi
2024-02-08 14:23:29 +01:00
committed by GitHub
parent d2ec6c0351
commit 7ef1db99f4
+1 -1
View File
@@ -7,7 +7,7 @@ menu "LVGL configuration"
# lv_conf_kconfig.h files are used instead.
config LV_CONF_SKIP
bool "Check this to not use custom lv_conf.h"
default n
default y
config LV_CONF_MINIMAL
bool "LVGL minimal configuration."