public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] em28xx and ivtv should depend on PCI
@ 2007-05-15 19:36 Al Viro
  2007-05-15 19:50 ` Alexey Dobriyan
  2007-05-15 23:25 ` Manu Abraham
  0 siblings, 2 replies; 7+ messages in thread
From: Al Viro @ 2007-05-15 19:36 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, mchehab


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/media/video/em28xx/Kconfig |    2 +-
 drivers/media/video/ivtv/Kconfig   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig
index 3823b62..2c450bd 100644
--- a/drivers/media/video/em28xx/Kconfig
+++ b/drivers/media/video/em28xx/Kconfig
@@ -1,6 +1,6 @@
 config VIDEO_EM28XX
 	tristate "Empia EM2800/2820/2840 USB video capture support"
-	depends on VIDEO_V4L1 && I2C
+	depends on VIDEO_V4L1 && I2C && PCI
 	select VIDEO_BUF
 	select VIDEO_TUNER
 	select VIDEO_TVEEPROM
diff --git a/drivers/media/video/ivtv/Kconfig b/drivers/media/video/ivtv/Kconfig
index e854f3f..0cc98a0 100644
--- a/drivers/media/video/ivtv/Kconfig
+++ b/drivers/media/video/ivtv/Kconfig
@@ -1,6 +1,6 @@
 config VIDEO_IVTV
 	tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
-	depends on VIDEO_V4L1 && VIDEO_V4L2 && USB && I2C && EXPERIMENTAL
+	depends on VIDEO_V4L1 && VIDEO_V4L2 && USB && I2C && EXPERIMENTAL && PCI
 	select FW_LOADER
 	select VIDEO_TUNER
 	select VIDEO_TVEEPROM
-- 
1.5.0-rc2.GIT



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

end of thread, other threads:[~2007-05-16 11:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 19:36 [PATCH] em28xx and ivtv should depend on PCI Al Viro
2007-05-15 19:50 ` Alexey Dobriyan
2007-05-15 23:25 ` Manu Abraham
2007-05-16  1:22   ` Al Viro
2007-05-16  3:57     ` Markus Rechberger
2007-05-16  5:03       ` Al Viro
2007-05-16 11:02     ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox