summaryrefslogtreecommitdiff
path: root/drivers/media/platform/xilinx/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-05-15 18:36:56 +0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-03 07:04:18 +0300
commita5562f65b1371a0988b707c10c44fcc2bba56990 (patch)
tree4c5638cbbab1f8f298c77be9192066afccf69e7b /drivers/media/platform/xilinx/Kconfig
parent40ac9b196d07813132e2d5a14aae40d5812f131e (diff)
downloadlinux-a5562f65b1371a0988b707c10c44fcc2bba56990.tar.xz
[media] v4l: xilinx: Add Test Pattern Generator driver
The TPG generates multiple static or dynamic test patterns. The driver currently hardcodes the pattern to the moving box pattern. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com> 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/Kconfig')
-rw-r--r--drivers/media/platform/xilinx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/platform/xilinx/Kconfig b/drivers/media/platform/xilinx/Kconfig
index 19db82343bb8..d7324c726fc2 100644
--- a/drivers/media/platform/xilinx/Kconfig
+++ b/drivers/media/platform/xilinx/Kconfig
@@ -7,6 +7,13 @@ config VIDEO_XILINX
if VIDEO_XILINX
+config VIDEO_XILINX_TPG
+ tristate "Xilinx Video Test Pattern Generator"
+ depends on VIDEO_XILINX
+ select VIDEO_XILINX_VTC
+ ---help---
+ Driver for the Xilinx Video Test Pattern Generator
+
config VIDEO_XILINX_VTC
tristate "Xilinx Video Timing Controller"
depends on VIDEO_XILINX