Messages in this thread |  | | | Date | Mon, 9 May 2005 11:50:44 +0200 | | From | Johannes Stezenbach <> | | Subject | Re: [linux-dvb-maintainer] [2.6 patch] VIDEO_CX88_DVB must select DVB_CX22702 |
| |
On Mon, May 09, 2005 at 05:56:59AM +0200, Adrian Bunk wrote: > 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@stusta.de>
drivers/media/video/Kconfig isn't part of DVB CVS, and it's also not in video4linux CVS. Please apply upstream.
Acked-by: Johannes Stezenbach <js@linuxtv.org>
> --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |