From 468063ae59ba3f3db93e2dff8024d1b996a232b1 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sat, 23 Oct 2021 19:45:36 -0400 Subject: [PATCH] [stm32l475] beautify kconfig of board --- bsp/stm32/stm32l475-atk-pandora/board/Kconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig index 48fa68dd15..07d107be54 100644 --- a/bsp/stm32/stm32l475-atk-pandora/board/Kconfig +++ b/bsp/stm32/stm32l475-atk-pandora/board/Kconfig @@ -36,15 +36,14 @@ menu "Onboard Peripheral Drivers" default n config BSP_USING_LCD_SAMPLE - bool "Enable LCD sample" - depends on BSP_USING_SPI_LCD - depends on !BSP_USING_LVGL + bool "Enable LCD raw driver sample" + depends on BSP_USING_SPI_LCD && !BSP_USING_LVGL default n config BSP_USING_LVGL bool "Enable LVGL for LCD" - select BSP_USING_SPI_LCD select PKG_USING_LVGL + select BSP_USING_SPI_LCD default n config BSP_USING_SDCARD