diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-07-12 22:59:08 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-13 01:01:07 +0200 |
commit | 55ee3b8365fd5d301b9076eea739146f2b91e82c (patch) | |
tree | 50ba1ed38f22bc23b5f3e8ebd05aa76eb22984a6 /drivers/media/video/saa7134/saa7134-dvb.c | |
parent | [PATCH] v4l: TV EEPROM (diff) | |
download | linux-55ee3b8365fd5d301b9076eea739146f2b91e82c.tar.xz linux-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/media/video/saa7134/saa7134-dvb.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-dvb.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |