fix(kconfig): Change LV_CONF_SKIP default value (#4455)

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
faxe1008 2023-08-15 12:22:32 +02:00 committed by GitHub
parent 4fe5933630
commit 4ff76dffa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ 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 "Uncheck this to use custom lv_conf.h"
default y
bool "Check this to not use custom lv_conf.h"
default n
config LV_CONF_MINIMAL
bool "LVGL minimal configuration."