diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-03-26 18:46:25 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-03 07:01:37 +0300 |
commit | 40ac9b196d07813132e2d5a14aae40d5812f131e (patch) | |
tree | bba3da9b78faedb8706dfe3cdc051b51731a4256 /drivers/media/platform/xilinx/Makefile | |
parent | df3305156f989339529b3d6744b898d498fb1f7b (diff) | |
download | linux-40ac9b196d07813132e2d5a14aae40d5812f131e.tar.xz |
[media] v4l: xilinx: Add Video Timing Controller driver
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>
Diffstat (limited to 'drivers/media/platform/xilinx/Makefile')
-rw-r--r-- | drivers/media/platform/xilinx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/xilinx/Makefile b/drivers/media/platform/xilinx/Makefile index 3ef9c8e3cc8d..6611e3228e3c 100644 --- a/drivers/media/platform/xilinx/Makefile +++ b/drivers/media/platform/xilinx/Makefile @@ -1,3 +1,4 @@ xilinx-video-objs += xilinx-dma.o xilinx-vip.o xilinx-vipp.o obj-$(CONFIG_VIDEO_XILINX) += xilinx-video.o +obj-$(CONFIG_VIDEO_XILINX_VTC) += xilinx-vtc.o |