From be5ad6f079e02fcb5eface7d94c06a98a8a60e47 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Tue, 14 Dec 2021 14:53:55 -0500 Subject: [PATCH] [qemu] update Kconfig for LVGL demo --- bsp/qemu-vexpress-a9/drivers/Kconfig | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/bsp/qemu-vexpress-a9/drivers/Kconfig b/bsp/qemu-vexpress-a9/drivers/Kconfig index 2a1be6dc8..6528e6ba9 100644 --- a/bsp/qemu-vexpress-a9/drivers/Kconfig +++ b/bsp/qemu-vexpress-a9/drivers/Kconfig @@ -17,20 +17,13 @@ config RT_USING_UART1 bool "Enable UART1" default y -config BSP_USING_LVGL - bool "Enable LVGL for LCD" - select PKG_USING_LVGL - default n - config BSP_DRV_CLCD bool "CLCD driver" - depends on PKG_USING_GUIENGINE || BSP_USING_LVGL - default y + default n config BSP_DRV_MOUSE bool "MOUSE driver" - depends on PKG_USING_GUIENGINE || BSP_USING_LVGL - default y + default n if BSP_DRV_CLCD config BSP_LCD_WIDTH @@ -42,6 +35,14 @@ if BSP_DRV_CLCD default 480 endif +config BSP_USING_LVGL + bool "Enable LVGL for LCD" + select PKG_USING_LVGL + select PKG_USING_LV_MUSIC_DEMO + select BSP_DRV_CLCD + select BSP_DRV_MOUSE + default n + config BSP_DRV_EMAC bool "Enable EMAC driver" select RT_USING_LWIP -- GitLab