Skip to content

Commit 4ff76df

Browse files
authored
fix(kconfig): Change LV_CONF_SKIP default value (lvgl#4455)
Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
1 parent 4fe5933 commit 4ff76df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ menu "LVGL configuration"
66
# without lv_conf.h file, the lv_conf_internal.h and
77
# lv_conf_kconfig.h files are used instead.
88
config LV_CONF_SKIP
9-
bool "Uncheck this to use custom lv_conf.h"
10-
default y
9+
bool "Check this to not use custom lv_conf.h"
10+
default n
1111

1212
config LV_CONF_MINIMAL
1313
bool "LVGL minimal configuration."

0 commit comments

Comments
 (0)