brintos

brintos / linux-shallow public Read only

0
0
Text · 574 B · 727a0f6 Raw
15 lines · plain
1config VIDEO_ROCKCHIP_RGA2	tristate "Rockchip Raster 2d Graphic Acceleration Unit"3	depends on V4L_MEM2MEM_DRIVERS4	depends on VIDEO_DEV5	depends on ARCH_ROCKCHIP || COMPILE_TEST6	select VIDEOBUF2_DMA_SG7	select V4L2_MEM2MEM_DEV8	help9	  This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.10	  Rockchip RGA is a separate 2D raster graphic acceleration unit.11	  It accelerates 2D graphics operations, such as point/line drawing,12	  image scaling, rotation, BitBLT, alpha blending and image blur/sharpness.13 14	  To compile this driver as a module choose m here.15