]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] v4l: broken hybrid dvb inclusion
authorMichael Krufky <mkrufky@m1k.net>
Tue, 12 Jul 2005 20:59:08 +0000 (13:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 12 Jul 2005 23:01:07 +0000 (16:01 -0700)
Always include dvb frontend code for hybrid cx88 and saa7134 boards.

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/cx88/cx88-dvb.c
drivers/media/video/saa7134/saa7134-dvb.c

index 5544e1d6a34491e909ad9c23aa04f741a2b274b5..8db68f2d13512a6425304edee55e53050b2bd20f 100644 (file)
 #include <linux/file.h>
 #include <linux/suspend.h>
 
+#define CONFIG_DVB_MT352 1
+#define CONFIG_DVB_CX22702 1
+#define CONFIG_DVB_OR51132 1
+#define CONFIG_DVB_LGDT3302 1
+
 #include "cx88.h"
 #include "dvb-pll.h"
 
index 3959a571486f2b0e2ac0950e75183de9e33d34d6..334bc185009225b29214142b90b0ad9a432a645b 100644 (file)
@@ -30,6 +30,9 @@
 #include <linux/kthread.h>
 #include <linux/suspend.h>
 
+#define CONFIG_DVB_MT352 1
+#define CONFIG_DVB_TDA1004X 1
+
 #include "saa7134-reg.h"
 #include "saa7134.h"