diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-07-12 20:59:08 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 23:01:07 (GMT) |
commit | 55ee3b8365fd5d301b9076eea739146f2b91e82c (patch) | |
tree | 50ba1ed38f22bc23b5f3e8ebd05aa76eb22984a6 /drivers/media/video/cx88 | |
parent | 833e9a1abe8cdfc037964d3240d57bb8ff94bff0 (diff) | |
download | linux-55ee3b8365fd5d301b9076eea739146f2b91e82c.tar.xz |
[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/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 5544e1d..8db68f2d 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" |