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


      1config VIDEO_QCOM_VENUS
      2	tristate "Qualcomm Venus V4L2 encoder/decoder driver"
      3	depends on V4L_MEM2MEM_DRIVERS
      4	depends on VIDEO_DEV && QCOM_SMEM
      5	depends on (ARCH_QCOM && IOMMU_DMA) || COMPILE_TEST
      6	select QCOM_MDT_LOADER if ARCH_QCOM
      7	select QCOM_SCM
      8	select VIDEOBUF2_DMA_CONTIG
      9	select V4L2_MEM2MEM_DEV
     10	help
     11	  This is a V4L2 driver for Qualcomm Venus video accelerator
     12	  hardware. It accelerates encoding and decoding operations
     13	  on various Qualcomm SoCs.
     14	  To compile this driver as a module choose m here.