[Patch 2.6] Add pci dependencies to drivers/media/dvb/ttpci/Kconfig

From: Cornelia Huck
Date: Mon Aug 16 2004 - 11:43:15 EST


The drivers under drivers/media/dvb/ttpci depend on pci (especially since
they select VIDEO_SAA7146, which depends on pci).

Signed-off-by: Cornelia Huck <kernel@xxxxxxxxxxxxxxxx>

diff -u -r1.5 Kconfig
--- drivers/media/dvb/ttpci/Kconfig 4 Feb 2004 16:49:25 -0000 1.5
+++ drivers/media/dvb/ttpci/Kconfig 16 Aug 2004 15:25:39 -0000
@@ -1,6 +1,6 @@
config DVB_AV7110
tristate "AV7110 cards"
- depends on DVB_CORE
+ depends on DVB_CORE && PCI
select FW_LOADER
select VIDEO_DEV
select VIDEO_SAA7146_VV
@@ -45,7 +45,7 @@

config DVB_BUDGET
tristate "Budget cards"
- depends on DVB_CORE
+ depends on DVB_CORE && PCI
select VIDEO_SAA7146
help
Support for simple SAA7146 based DVB cards
@@ -59,7 +59,7 @@

config DVB_BUDGET_CI
tristate "Budget cards with onboard CI connector"
- depends on DVB_CORE
+ depends on DVB_CORE && PCI
select VIDEO_SAA7146
help
Support for simple SAA7146 based DVB cards
@@ -76,7 +76,7 @@

config DVB_BUDGET_AV
tristate "Budget cards with analog video inputs"
- depends on DVB_CORE
+ depends on DVB_CORE && PCI
select VIDEO_DEV
select VIDEO_SAA7146_VV
help
-
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/