| 1 |
From stable-bounces@linux.kernel.org Tue Aug 30 12:47:40 2005
|
| 2 |
Date: Tue, 30 Aug 2005 15:47:14 -0400
|
| 3 |
From: Michael Krufky <mkrufky@m1k.net>
|
| 4 |
To: stable@kernel.org
|
| 5 |
Cc: Andrew Morton <akpm@osdl.org>,
|
| 6 |
Mauro Carvalho Chehab <mchehab@brturbo.com.br>, torvalds@osdl.org,
|
| 7 |
linux-dvb-maintainer@linuxtv.org,
|
| 8 |
linux-kernel <linux-kernel@vger.kernel.org>
|
| 9 |
Subject: [PATCH] Kconfig: saa7134-dvb must select tda1004x
|
| 10 |
|
| 11 |
I wish I had seen this before 2.6.13 was released... I guess this only
|
| 12 |
goes to show that there haven't been any testers using saa7134-hybrid
|
| 13 |
dvb/v4l boards that depend on the tda1004x module, during the 2.6.13-rc
|
| 14 |
series :-(
|
| 15 |
|
| 16 |
Please apply this to 2.6.14, and also to 2.6.13.1 -stable. Without this
|
| 17 |
patch, users will have to EXPLICITLY select tda1004x in Kconfig. This
|
| 18 |
SHOULD be done automatically when saa7134-dvb is selected. This patch
|
| 19 |
corrects this problem.
|
| 20 |
|
| 21 |
saa7134-dvb must select tda1004x
|
| 22 |
|
| 23 |
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
| 24 |
Signed-off-by: Chris Wright <chrisw@osdl.org>
|
| 25 |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
| 26 |
---
|
| 27 |
drivers/media/video/Kconfig | 1 +
|
| 28 |
1 files changed, 1 insertion(+)
|
| 29 |
|
| 30 |
Index: linux-2.6.13.y/drivers/media/video/Kconfig
|
| 31 |
===================================================================
|
| 32 |
--- linux-2.6.13.y.orig/drivers/media/video/Kconfig
|
| 33 |
+++ linux-2.6.13.y/drivers/media/video/Kconfig
|
| 34 |
@@ -254,6 +254,7 @@ config VIDEO_SAA7134_DVB
|
| 35 |
select VIDEO_BUF_DVB
|
| 36 |
select DVB_MT352
|
| 37 |
select DVB_CX22702
|
| 38 |
+ select DVB_TDA1004X
|
| 39 |
---help---
|
| 40 |
This adds support for DVB cards based on the
|
| 41 |
Philips saa7134 chip.
|