From f3a07a3e8a21f3f9f2c48a2803b8bd991968cb05 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 4 Jul 2022 14:29:57 +0200 Subject: [PATCH] fix(Kconfig): allow unchecking LV_CONF_SKIP fixes: #3441 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index ae86eb989a..a8c622d430 100644 --- a/Kconfig +++ b/Kconfig @@ -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