All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ttusb-budget: make it depend on PCI
@ 2008-11-12 12:00 Mike Frysinger
  2008-11-12 12:04 ` [PATCH] ttusb-dec: " Mike Frysinger
  2008-11-12 12:35 ` [PATCH] ttusb-budget: " Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger @ 2008-11-12 12:00 UTC (permalink / raw)
  To: v4l-dvb-maintainer, linux-dvb, Holger Waechtler
  Cc: Mauro Carvalho Chehab, linux-kernel

Since dvb-ttusb-budget.c relies on pci_alloc_consistent and
pci_free_consistent, make it depend on PCI in Kconfig.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/media/dvb/ttusb-budget/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/ttusb-budget/Kconfig b/drivers/media/dvb/ttusb-budget/Kconfig
index f546bcc..2663ae3 100644
--- a/drivers/media/dvb/ttusb-budget/Kconfig
+++ b/drivers/media/dvb/ttusb-budget/Kconfig
@@ -1,6 +1,6 @@
 config DVB_TTUSB_BUDGET
 	tristate "Technotrend/Hauppauge Nova-USB devices"
-	depends on DVB_CORE && USB && I2C
+	depends on DVB_CORE && USB && I2C && PCI
 	select DVB_CX22700 if !DVB_FE_CUSTOMISE
 	select DVB_TDA1004X if !DVB_FE_CUSTOMISE
 	select DVB_VES1820 if !DVB_FE_CUSTOMISE
-- 
1.6.0.3


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

end of thread, other threads:[~2008-11-12 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12 12:00 [PATCH] ttusb-budget: make it depend on PCI Mike Frysinger
2008-11-12 12:04 ` [PATCH] ttusb-dec: " Mike Frysinger
2008-11-12 12:35 ` [PATCH] ttusb-budget: " Arnd Bergmann
2008-11-12 13:11   ` Andi Kleen
2008-11-12 13:46     ` Arnd Bergmann
2008-11-12 13:17   ` Mike Frysinger

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.