From 9ced5a76ec92916f6adcf08bcf0ac53bc5b325fe Mon Sep 17 00:00:00 2001 From: _VIFEXTech <1290176185@qq.com> Date: Fri, 19 Nov 2021 17:40:53 +0800 Subject: [PATCH] fix(Kconfig) remove duplicate LV_BUILD_EXAMPLES configuration (#2813) Co-authored-by: pengyiqiang --- Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Kconfig b/Kconfig index 329432d73b..559dac0f65 100644 --- a/Kconfig +++ b/Kconfig @@ -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