aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-08-06 10:08:54 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-20 23:05:48 -0400
commit563711f16f5d5ee8b639a3d6ee4cef199617009c (patch)
treecacb087acb40d3eadb9bf65881cef734e6f611b0 /drivers/media/video/Kconfig
parentbe96624a38e6de619603b5741a39e715eb44227c (diff)
V4L/DVB: saa5246a/saa5249: Remove obsolete teletext drivers
These old i2c teletext drivers are not supported by any hardware and cannot be tested anymore. Note that while the mxb board seemingly used the saa5246a driver, in reality this teletext driver never worked. These drivers are removed as part of the vtx feature removal, originally scheduled for 2.6.35. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index f6e4d047535..2c0a8f776f8 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -641,26 +641,6 @@ config VIDEO_CPIA_USB
641 641
642source "drivers/media/video/cpia2/Kconfig" 642source "drivers/media/video/cpia2/Kconfig"
643 643
644config VIDEO_SAA5246A
645 tristate "SAA5246A, SAA5281 Teletext processor"
646 depends on I2C && VIDEO_V4L2
647 help
648 Support for I2C bus based teletext using the SAA5246A or SAA5281
649 chip. Useful only if you live in Europe.
650
651 To compile this driver as a module, choose M here: the
652 module will be called saa5246a.
653
654config VIDEO_SAA5249
655 tristate "SAA5249 Teletext processor"
656 depends on I2C && VIDEO_V4L2
657 help
658 Support for I2C bus based teletext using the SAA5249 chip. At the
659 moment this is only useful on some European WinTV cards.
660
661 To compile this driver as a module, choose M here: the
662 module will be called saa5249.
663
664config VIDEO_VINO 644config VIDEO_VINO
665 tristate "SGI Vino Video For Linux (EXPERIMENTAL)" 645 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
666 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 646 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2