brintos

brintos / linux-shallow public Read only

0
0
Text · 462 B · 2fe13f3 Raw
17 lines · plain
1config VIDEO_TEGRA_VDE2	tristate "NVIDIA Tegra Video Decoder Engine driver"3	depends on V4L_MEM2MEM_DRIVERS4	depends on ARCH_TEGRA || COMPILE_TEST5	depends on VIDEO_DEV6	select DMA_SHARED_BUFFER7	select IOMMU_IOVA8	select MEDIA_CONTROLLER9	select SRAM10	select VIDEOBUF2_DMA_CONTIG11	select VIDEOBUF2_DMA_SG12	select V4L2_H26413	select V4L2_MEM2MEM_DEV14	help15	   Support for the NVIDIA Tegra video decoder unit.16	   To compile this driver as a module choose m here.17