diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-06-20 14:56:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:11 -0400 |
commit | 8ca4deb259f17a9a209030baa36aca39ec03ceaf (patch) | |
tree | 585fd443c6965dab0a198a4e99aa412cccb6c2a6 /drivers/media/video/Kconfig | |
parent | 87057d29f84b031f2e84ac78be5caa51a96f678e (diff) |
V4L/DVB (4124): Kconfig: fix description for saa7115 module
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 9b23c1159ed2..824a63c92629 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -384,10 +384,10 @@ config VIDEO_WM8739 | |||
384 | source "drivers/media/video/cx25840/Kconfig" | 384 | source "drivers/media/video/cx25840/Kconfig" |
385 | 385 | ||
386 | config VIDEO_SAA711X | 386 | config VIDEO_SAA711X |
387 | tristate "Philips SAA7113/4/5 video decoders (OBSOLETED)" | 387 | tristate "Philips SAA7113/4/5 video decoders" |
388 | depends on VIDEO_V4L1 && I2C && EXPERIMENTAL | 388 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
389 | ---help--- | 389 | ---help--- |
390 | Old support for the Philips SAA7113/4 video decoders. | 390 | Support for the Philips SAA7113/4/5 video decoders. |
391 | 391 | ||
392 | To compile this driver as a module, choose M here: the | 392 | To compile this driver as a module, choose M here: the |
393 | module will be called saa7115. | 393 | module will be called saa7115. |