29 lines
507 B
Plaintext
29 lines
507 B
Plaintext
|
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
|