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


      1config VIDEO_TEGRA_VDE
      2	tristate "NVIDIA Tegra Video Decoder Engine driver"
      3	depends on V4L_MEM2MEM_DRIVERS
      4	depends on ARCH_TEGRA || COMPILE_TEST
      5	depends on VIDEO_DEV
      6	select DMA_SHARED_BUFFER
      7	select IOMMU_IOVA
      8	select MEDIA_CONTROLLER
      9	select MEDIA_CONTROLLER_REQUEST_API
     10	select SRAM
     11	select VIDEOBUF2_DMA_CONTIG
     12	select VIDEOBUF2_DMA_SG
     13	select V4L2_H264
     14	select V4L2_MEM2MEM_DEV
     15	help
     16	   Support for the NVIDIA Tegra video decoder unit.
     17	   To compile this driver as a module choose m here.