All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] VIDEO_CX88_DVB must select DVB_CX22702
@ 2005-05-09  3:56 Adrian Bunk
  2005-05-09  9:50 ` [linux-dvb-maintainer] " Johannes Stezenbach
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-05-09  3:56 UTC (permalink / raw)
  To: Chris Pascoe; +Cc: linux-dvb-maintainer, linux-kernel

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>

--- 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"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-09  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09  3:56 [2.6 patch] VIDEO_CX88_DVB must select DVB_CX22702 Adrian Bunk
2005-05-09  9:50 ` [linux-dvb-maintainer] " Johannes Stezenbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.