Skip to content

Commit

Permalink
V4L/DVB (4124): Kconfig: fix description for saa7115 module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 87057d2 commit 8ca4deb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,10 @@ config VIDEO_WM8739
source "drivers/media/video/cx25840/Kconfig"

config VIDEO_SAA711X
tristate "Philips SAA7113/4/5 video decoders (OBSOLETED)"
depends on VIDEO_V4L1 && I2C && EXPERIMENTAL
tristate "Philips SAA7113/4/5 video decoders"
depends on VIDEO_DEV && 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.
Expand Down

0 comments on commit 8ca4deb

Please sign in to comment.