This config option was added during the development of the Request API to make it easy to disable it. The Request API is now stable so it is time to drop this option altogether. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
16 lines
462 B
Text
16 lines
462 B
Text
config VIDEO_TEGRA_VDE
|
|
tristate "NVIDIA Tegra Video Decoder Engine driver"
|
|
depends on V4L_MEM2MEM_DRIVERS
|
|
depends on ARCH_TEGRA || COMPILE_TEST
|
|
depends on VIDEO_DEV
|
|
select DMA_SHARED_BUFFER
|
|
select IOMMU_IOVA
|
|
select MEDIA_CONTROLLER
|
|
select SRAM
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select VIDEOBUF2_DMA_SG
|
|
select V4L2_H264
|
|
select V4L2_MEM2MEM_DEV
|
|
help
|
|
Support for the NVIDIA Tegra video decoder unit.
|
|
To compile this driver as a module choose m here.
|