29 lines
507 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
config BR2_PACKAGE_LV_DRIVERS
bool "lv-drivers"
default n
help
The concrete implementation of hardware
if BR2_PACKAGE_LV_DRIVERS
config BR2_PACKAGE_LV_DRIVERS_USE_SDL_GPU
bool "sdl"
default n
help
Enbale sdl renderer
config BR2_PACKAGE_LV_DRIVERS_USE_DRM
bool "drm"
default n
help
Enbale drm renderer
config BR2_PACKAGE_LV_DRIVERS_USE_RGA
bool "rga"
default n
depends on BR2_PACKAGE_ROCKCHIP_RGA
depends on BR2_PACKAGE_LV_DRIVERS_USE_DRM
help
Enbale rga
endif