[stm32l475] beautify kconfig of board

This commit is contained in:
Meco Man 2021-10-23 19:45:36 -04:00
parent 0746772433
commit 468063ae59
1 changed files with 3 additions and 4 deletions

View File

@ -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