1config VIDEO_MESON_GE2D 2 tristate "Amlogic 2D Graphic Acceleration Unit" 3 depends on V4L_MEM2MEM_DRIVERS 4 depends on VIDEO_DEV && VIDEO_V4L2 5 depends on ARCH_MESON || COMPILE_TEST 6 select VIDEOBUF2_DMA_CONTIG 7 select V4L2_MEM2MEM_DEV 8 help 9 This is a v4l2 driver for Amlogic GE2D 2D graphics accelerator. 10 GE2D is a standalone 2D graphic acceleration unit, with color converter, 11 image scaling, BitBLT & alpha blending operations. 12 13 To compile this driver as a module choose m here. 14 15