[2.6 patch] VIDEO_CX88_DVB must select DVB_CX22702

From: Adrian Bunk
Date: Sun May 08 2005 - 23:00:10 EST


VIDEO_CX88_DVB must select DVB_CX22702 (due to it's
cx22702_attach usage).

This patch fixes kernel Bugzilla #4594
(http://bugzilla.kernel.org/show_bug.cgi?id=4594).

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.12-rc4/drivers/media/video/Kconfig.old 2005-05-09 05:02:59.000000000 +0200
+++ linux-2.6.12-rc4/drivers/media/video/Kconfig 2005-05-09 05:04:18.000000000 +0200
@@ -326,12 +326,13 @@
config VIDEO_CX88_DVB
tristate "DVB Support for cx2388x based TV cards"
depends on VIDEO_CX88 && DVB_CORE
select VIDEO_BUF_DVB
select DVB_MT352
select DVB_OR51132
+ select DVB_CX22702
---help---
This adds support for DVB/ATSC cards based on the
Connexant 2388x chip.

config VIDEO_OVCAMCHIP
tristate "OmniVision Camera Chip support"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/