diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-09-03 18:54:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:37 -0400 |
commit | e770e8506110a57c868bbef9706d132285c2090f (patch) | |
tree | d345357c6597dca2ee4753d46bddbaa78dd5f0a7 /drivers/media | |
parent | f505380ba7b98ec97bf25300c2a58aeae903530b (diff) |
[PATCH] dvb: saa7134-dvb must select tda1004x
Please apply this to 2.6.14, and also to 2.6.13.1 -stable. Without this
patch, users will have to EXPLICITLY select tda1004x in Kconfig. This
SHOULD be done automatically when saa7134-dvb is selected. This patch
corrects this problem.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 3f5742396096..16c85c081e6e 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -254,6 +254,7 @@ config VIDEO_SAA7134_DVB | |||
254 | select VIDEO_BUF_DVB | 254 | select VIDEO_BUF_DVB |
255 | select DVB_MT352 | 255 | select DVB_MT352 |
256 | select DVB_CX22702 | 256 | select DVB_CX22702 |
257 | select DVB_TDA1004X | ||
257 | ---help--- | 258 | ---help--- |
258 | This adds support for DVB cards based on the | 259 | This adds support for DVB cards based on the |
259 | Philips saa7134 chip. | 260 | Philips saa7134 chip. |