samples: modules: lvgl: Update Kconfig depedencies
With v9.1.0 the benchmark sample now has a Kconfig depedency on LV_USE_DEMO_WIDGETS. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
feb4683293
commit
02cb5fe0c5
2 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ config LV_Z_DEMO_MUSIC
|
|||
config LV_Z_DEMO_BENCHMARK
|
||||
bool "LVGL benchmark demo"
|
||||
select LV_USE_DEMO_BENCHMARK
|
||||
select LV_USE_DEMO_WIDGETS
|
||||
help
|
||||
Build benchmarking demo application.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ tests:
|
|||
sample.modules.lvgl.demo_benchmark:
|
||||
extra_configs:
|
||||
- CONFIG_LV_Z_DEMO_BENCHMARK=y
|
||||
- CONFIG_LV_USE_DEMO_WIDGETS=y
|
||||
sample.modules.lvgl.demo_stress:
|
||||
extra_configs:
|
||||
- CONFIG_LV_Z_DEMO_STRESS=y
|
||||
|
|
|
|||
Loading…
Reference in a new issue