summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-06-20 14:56:02 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-06-20 14:56:02 -0400
commita4a842549ba31d9342385a2727185b793bd8ced6 (patch)
treef2fde5afab768bea1f6c98f82cbc476acabf42a3
parentf6f911fb4b41a2ca2b6f03717a0964b40e2f4648 (diff)
downloadmediapointer-dvb-s2-a4a842549ba31d9342385a2727185b793bd8ced6.tar.gz
mediapointer-dvb-s2-a4a842549ba31d9342385a2727185b793bd8ced6.tar.bz2
Kconfig: fix description for saa7115 module
From: Michael Krufky <mkrufky@linuxtv.org> This Kconfig description is incorrect, due to a previous merge a while back. CONFIG_SAA711X builds module saa7115, which is the newer module, and is not obsoleted. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-rw-r--r--linux/drivers/media/video/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig
index 89d621193..44ae23419 100644
--- a/linux/drivers/media/video/Kconfig
+++ b/linux/drivers/media/video/Kconfig
@@ -384,10 +384,10 @@ config VIDEO_WM8739
source "drivers/media/video/cx25840/Kconfig"
config VIDEO_SAA711X
- tristate "Philips SAA7113/4/5 video decoders (OBSOLETED)"
+ tristate "Philips SAA7113/4/5 video decoders"
depends on VIDEO_V4L1 && I2C && EXPERIMENTAL
---help---
- Old support for the Philips SAA7113/4 video decoders.
+ Support for the Philips SAA7113/4/5 video decoders.
To compile this driver as a module, choose M here: the
module will be called saa7115.