fix(Kconfig): allow unchecking LV_CONF_SKIP

fixes: #3441
This commit is contained in:
Gabor Kiss-Vamosi
2022-07-04 14:29:57 +02:00
parent a06e11478e
commit f3a07a3e8a
+1 -1
View File
@@ -6,7 +6,7 @@ menu "LVGL configuration"
# without lv_conf.h file, the lv_conf_internal.h and
# lv_conf_kconfig.h files are used instead.
config LV_CONF_SKIP
bool
bool "Uncheck this to use custom lv_conf.h"
default y
config LV_CONF_MINIMAL