15 lines · plain
1config VIDEO_MESON_GE2D2 tristate "Amlogic 2D Graphic Acceleration Unit"3 depends on V4L_MEM2MEM_DRIVERS4 depends on VIDEO_DEV5 depends on ARCH_MESON || COMPILE_TEST6 select VIDEOBUF2_DMA_CONTIG7 select V4L2_MEM2MEM_DEV8 help9 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