mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
40ac9b196d
The Video Timing Controller (VTC) includes a timing detector and/or a timing generator. Only the generator is currently supported. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
config VIDEO_XILINX
|
|
tristate "Xilinx Video IP (EXPERIMENTAL)"
|
|
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
---help---
|
|
Driver for Xilinx Video IP Pipelines
|
|
|
|
if VIDEO_XILINX
|
|
|
|
config VIDEO_XILINX_VTC
|
|
tristate "Xilinx Video Timing Controller"
|
|
depends on VIDEO_XILINX
|
|
---help---
|
|
Driver for the Xilinx Video Timing Controller
|
|
|
|
endif #VIDEO_XILINX
|