mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
fix(kconfig): skip lv_conf.h by default (#5617)
This commit is contained in:
committed by
GitHub
parent
d2ec6c0351
commit
7ef1db99f4
@@ -7,7 +7,7 @@ menu "LVGL configuration"
|
|||||||
# lv_conf_kconfig.h files are used instead.
|
# lv_conf_kconfig.h files are used instead.
|
||||||
config LV_CONF_SKIP
|
config LV_CONF_SKIP
|
||||||
bool "Check this to not use custom lv_conf.h"
|
bool "Check this to not use custom lv_conf.h"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config LV_CONF_MINIMAL
|
config LV_CONF_MINIMAL
|
||||||
bool "LVGL minimal configuration."
|
bool "LVGL minimal configuration."
|
||||||
|
|||||||
Reference in New Issue
Block a user