aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/mantis/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-06-14 15:35:57 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 22:30:06 -0400
commit25aee3debe0464f6c680173041fa3de30ec9ff54 (patch)
treee2b14f952a0831399f9cbb444cfb9c7980b6485b /drivers/media/pci/mantis/Kconfig
parent786baecfe78f8e25547c628b48a60fc8e5636056 (diff)
[media] Rename media/dvb as media/pci
The remaining dvb drivers are pci, so rename them to match the bus. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/mantis/Kconfig')
-rw-r--r--drivers/media/pci/mantis/Kconfig38
1 files changed, 38 insertions, 0 deletions
diff --git a/drivers/media/pci/mantis/Kconfig b/drivers/media/pci/mantis/Kconfig
new file mode 100644
index 00000000000..a13a5050313
--- /dev/null
+++ b/drivers/media/pci/mantis/Kconfig
@@ -0,0 +1,38 @@
1config MANTIS_CORE
2 tristate "Mantis/Hopper PCI bridge based devices"
3 depends on PCI && I2C && INPUT && RC_CORE
4
5 help
6 Support for PCI cards based on the Mantis and Hopper PCi bridge.
7
8 Say Y if you own such a device and want to use it.
9
10config DVB_MANTIS
11 tristate "MANTIS based cards"
12 depends on MANTIS_CORE && DVB_CORE && PCI && I2C
13 select DVB_MB86A16 if !DVB_FE_CUSTOMISE
14 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
15 select DVB_STV0299 if !DVB_FE_CUSTOMISE
16 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
17 select DVB_STB0899 if !DVB_FE_CUSTOMISE
18 select DVB_STB6100 if !DVB_FE_CUSTOMISE
19 select DVB_TDA665x if !DVB_FE_CUSTOMISE
20 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
21 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
22 select DVB_PLL
23 help
24 Support for PCI cards based on the Mantis PCI bridge.
25 Say Y when you have a Mantis based DVB card and want to use it.
26
27 If unsure say N.
28
29config DVB_HOPPER
30 tristate "HOPPER based cards"
31 depends on MANTIS_CORE && DVB_CORE && PCI && I2C
32 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
33 select DVB_PLL
34 help
35 Support for PCI cards based on the Hopper PCI bridge.
36 Say Y when you have a Hopper based DVB card and want to use it.
37
38 If unsure say N