diff options
author | Hans Verkuil | 2010-08-06 16:08:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2010-10-21 05:05:48 +0200 |
commit | 563711f16f5d5ee8b639a3d6ee4cef199617009c (patch) | |
tree | cacb087acb40d3eadb9bf65881cef734e6f611b0 /drivers/media/video/Kconfig | |
parent | V4L/DVB: STV0288 Incorrect bit sample for Vitterbi status (diff) | |
download | kernel-qcow2-linux-563711f16f5d5ee8b639a3d6ee4cef199617009c.tar.gz kernel-qcow2-linux-563711f16f5d5ee8b639a3d6ee4cef199617009c.tar.xz kernel-qcow2-linux-563711f16f5d5ee8b639a3d6ee4cef199617009c.zip |
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/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index f6e4d0475351..2c0a8f776f8a 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -641,26 +641,6 @@ config VIDEO_CPIA_USB source "drivers/media/video/cpia2/Kconfig" -config VIDEO_SAA5246A - tristate "SAA5246A, SAA5281 Teletext processor" - depends on I2C && VIDEO_V4L2 - help - Support for I2C bus based teletext using the SAA5246A or SAA5281 - chip. Useful only if you live in Europe. - - To compile this driver as a module, choose M here: the - module will be called saa5246a. - -config VIDEO_SAA5249 - tristate "SAA5249 Teletext processor" - depends on I2C && VIDEO_V4L2 - help - Support for I2C bus based teletext using the SAA5249 chip. At the - moment this is only useful on some European WinTV cards. - - To compile this driver as a module, choose M here: the - module will be called saa5249. - config VIDEO_VINO tristate "SGI Vino Video For Linux (EXPERIMENTAL)" depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 |