1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix(kconfig): skip lv_conf.h by default (#5617)

This commit is contained in:
Gabor Kiss-Vamosi 2024-02-08 14:23:29 +01:00 committed by GitHub
parent d2ec6c0351
commit 7ef1db99f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ menu "LVGL configuration"
# lv_conf_kconfig.h files are used instead.
config LV_CONF_SKIP
bool "Check this to not use custom lv_conf.h"
default n
default y
config LV_CONF_MINIMAL
bool "LVGL minimal configuration."