mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 09:43:41 +08:00
fix(kconfig): Change LV_CONF_SKIP default value (#4455)
Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
4fe5933630
commit
4ff76dffa1
4
Kconfig
4
Kconfig
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user