10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
|
|
menuconfig BR2_PACKAGE_LVGL_UI
|
||
|
|
bool "lvgl-ui"
|
||
|
|
default n
|
||
|
|
|
||
|
|
if BR2_PACKAGE_LVGL_UI
|
||
|
|
config BR2_TEST_LVGL_USE_RTP
|
||
|
|
bool "use RTP"
|
||
|
|
default n
|
||
|
|
endif
|