fix(Kconfig) remove duplicate LV_BUILD_EXAMPLES configuration (#2813)

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech 2021-11-19 17:40:53 +08:00 committed by GitHub
parent 4bf49a82a3
commit 9ced5a76ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -855,8 +855,4 @@ menu "LVGL configuration"
default y if !LV_CONF_MINIMAL
endmenu
config LV_BUILD_EXAMPLES
bool "Enable the examples to be built with the library."
default y
endmenu