mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 07:02:05 +08:00
fix(kconfig): Change LV_CONF_SKIP default value (#4455)
Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user