From: Michael Krufky Date: Sat, 3 Sep 2005 22:54:18 +0000 (-0700) Subject: [PATCH] dvb: saa7134-dvb must select tda1004x X-Git-Tag: v2.6.14-rc1~996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e770e8506110a57c868bbef9706d132285c2090f;p=platform%2Fkernel%2Flinux-exynos.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 3f57423..16c85c0 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -254,6 +254,7 @@ config VIDEO_SAA7134_DVB select VIDEO_BUF_DVB select DVB_MT352 select DVB_CX22702 + select DVB_TDA1004X ---help--- This adds support for DVB cards based on the Philips saa7134 chip.