aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2005-07-12 13:59:08 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 16:01:07 -0700
commit55ee3b8365fd5d301b9076eea739146f2b91e82c (patch)
tree50ba1ed38f22bc23b5f3e8ebd05aa76eb22984a6 /drivers
parent[PATCH] v4l: TV EEPROM (diff)
downloadlinux-dev-55ee3b8365fd5d301b9076eea739146f2b91e82c.tar.xz
linux-dev-55ee3b8365fd5d301b9076eea739146f2b91e82c.zip
[PATCH] v4l: broken hybrid dvb inclusion
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c5
-rw-r--r--drivers/media/video/saa7134/saa7134-dvb.c3
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 5544e1d6a344..8db68f2d1351 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -30,6 +30,11 @@
#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"
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
index 3959a571486f..334bc1850092 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -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"