mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
fix(kconfig): skip lv_conf.h by default (#5617)
This commit is contained in:
parent
d2ec6c0351
commit
7ef1db99f4
2
Kconfig
2
Kconfig
@ -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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user