diff options
author | Michael Hunold <devnull@localhost> | 2004-09-18 17:00:52 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-09-18 17:00:52 +0000 |
commit | 3c77e284795c1a82953d3e510723413bfb1bd6da (patch) | |
tree | 8d692f7585eaab7778814c86deab4c72d2136913 /linux/drivers/media/dvb/ttpci/Kconfig | |
parent | af78d2d2e254110857e1967979e66c654152970b (diff) | |
download | mediapointer-dvb-s2-3c77e284795c1a82953d3e510723413bfb1bd6da.tar.gz mediapointer-dvb-s2-3c77e284795c1a82953d3e510723413bfb1bd6da.tar.bz2 |
- make drivers depend on PCI, too
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index 94b5d393d..cf84d6633 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -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 @@ -51,7 +51,7 @@ config DVB_AV7110_OSD 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 @@ -65,7 +65,7 @@ config DVB_BUDGET 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 @@ -82,7 +82,7 @@ config DVB_BUDGET_CI 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 |