Commit 96f2a9c6 authored by Cornelia Huck's avatar Cornelia Huck Committed by Linus Torvalds

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

The drivers under drivers/media/dvb/ttpci depend on pci (especially since
they select VIDEO_SAA7146, which depends on pci).
Signed-off-by: default avatarCornelia Huck <kernel@cornelia-huck.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fde6d638
config DVB_AV7110 config DVB_AV7110
tristate "AV7110 cards" tristate "AV7110 cards"
depends on DVB_CORE depends on DVB_CORE && PCI
select FW_LOADER select FW_LOADER
select VIDEO_DEV select VIDEO_DEV
select VIDEO_SAA7146_VV select VIDEO_SAA7146_VV
...@@ -45,7 +45,7 @@ config DVB_AV7110_OSD ...@@ -45,7 +45,7 @@ config DVB_AV7110_OSD
config DVB_BUDGET config DVB_BUDGET
tristate "Budget cards" tristate "Budget cards"
depends on DVB_CORE depends on DVB_CORE && PCI
select VIDEO_SAA7146 select VIDEO_SAA7146
help help
Support for simple SAA7146 based DVB cards Support for simple SAA7146 based DVB cards
...@@ -59,7 +59,7 @@ config DVB_BUDGET ...@@ -59,7 +59,7 @@ config DVB_BUDGET
config DVB_BUDGET_CI config DVB_BUDGET_CI
tristate "Budget cards with onboard CI connector" tristate "Budget cards with onboard CI connector"
depends on DVB_CORE depends on DVB_CORE && PCI
select VIDEO_SAA7146 select VIDEO_SAA7146
help help
Support for simple SAA7146 based DVB cards Support for simple SAA7146 based DVB cards
...@@ -76,7 +76,7 @@ config DVB_BUDGET_CI ...@@ -76,7 +76,7 @@ config DVB_BUDGET_CI
config DVB_BUDGET_AV config DVB_BUDGET_AV
tristate "Budget cards with analog video inputs" tristate "Budget cards with analog video inputs"
depends on DVB_CORE depends on DVB_CORE && PCI
select VIDEO_DEV select VIDEO_DEV
select VIDEO_SAA7146_VV select VIDEO_SAA7146_VV
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment