cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (478B)


      1config VIDEO_MESON_GE2D
      2	tristate "Amlogic 2D Graphic Acceleration Unit"
      3	depends on V4L_MEM2MEM_DRIVERS
      4	depends on VIDEO_DEV
      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