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 (356B)


      1config VIDEO_SAMSUNG_S5P_G2D
      2	tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
      3	depends on V4L_MEM2MEM_DRIVERS
      4	depends on VIDEO_DEV
      5	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
      6	select VIDEOBUF2_DMA_CONTIG
      7	select V4L2_MEM2MEM_DEV
      8	help
      9	  This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
     10	  2d graphics accelerator.
     11