[lvgl] remove suareline studio specific support for imxrt1060 (#6261)

* [lvgl] PKG_USING_LV_MUSIC_DEMO defaults by yes

* [lvgl] remove specific suppport for imxrt1060
https://github.com/lvgl/lvgl/pull/3566
This commit is contained in:
Man, Jianting (Meco)
2022-08-13 22:02:41 -04:00
committed by GitHub
parent 656f0e3d23
commit 0ac8f72037
10 changed files with 7 additions and 41 deletions

View File

@@ -91,7 +91,7 @@ menu "Onboard Peripheral Drivers"
if BSP_USING_LVGL
config BSP_USING_LVGL_DEMO
bool "Enable LVGL demo"
default n
default y
endif
config BSP_USING_SPI_FLASH

View File

@@ -19,7 +19,7 @@ menu "Onboard Peripheral Drivers"
config BSP_USING_LVGL_DEMO
bool "Enable LVGL demo"
select PKG_USING_LV_MUSIC_DEMO
default n
default y
endif
config BSP_USING_ARDUINO

View File

@@ -103,7 +103,7 @@ menu "Onboard Peripheral Drivers"
if BSP_USING_LVGL
config BSP_USING_LVGL_DEMO
bool "Enable LVGL demo"
default n
default y
endif
config BSP_USING_SDCARD