summary refs log tree commit diff
path: root/drivers/media/pci/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-06-14 16:35:57 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 23:30:06 -0300
commit25aee3debe0464f6c680173041fa3de30ec9ff54 (patch)
treee2b14f952a0831399f9cbb444cfb9c7980b6485b /drivers/media/pci/Kconfig
parent786baecfe78f8e25547c628b48a60fc8e5636056 (diff)
downloadlinux-25aee3debe0464f6c680173041fa3de30ec9ff54.tar.gz
[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/Kconfig')
-rw-r--r--drivers/media/pci/Kconfig50
1 files changed, 50 insertions, 0 deletions
diff --git a/drivers/media/pci/Kconfig b/drivers/media/pci/Kconfig
new file mode 100644
index 000000000000..3b9164af6ec4
--- /dev/null
+++ b/drivers/media/pci/Kconfig
@@ -0,0 +1,50 @@
+#
+# DVB device configuration
+#
+
+menuconfig DVB_CAPTURE_DRIVERS
+	bool "DVB/ATSC adapters"
+	depends on DVB_CORE
+	default y
+	---help---
+	  Say Y to select Digital TV adapters
+
+if DVB_CAPTURE_DRIVERS && DVB_CORE
+
+comment "Supported SAA7146 based PCI Adapters"
+	depends on DVB_CORE && PCI && I2C
+source "drivers/media/pci/ttpci/Kconfig"
+
+comment "Supported FlexCopII (B2C2) Adapters"
+	depends on DVB_CORE && (PCI || USB) && I2C
+source "drivers/media/pci/b2c2/Kconfig"
+
+comment "Supported BT878 Adapters"
+	depends on DVB_CORE && PCI && I2C
+source "drivers/media/pci/bt8xx/Kconfig"
+
+comment "Supported Pluto2 Adapters"
+	depends on DVB_CORE && PCI && I2C
+source "drivers/media/pci/pluto2/Kconfig"
+
+comment "Supported SDMC DM1105 Adapters"
+	depends on DVB_CORE && PCI && I2C
+source "drivers/media/pci/dm1105/Kconfig"
+
+comment "Supported Earthsoft PT1 Adapters"
+	depends on DVB_CORE && PCI && I2C
+source "drivers/media/pci/pt1/Kconfig"
+
+comment "Supported Mantis Adapters"
+	depends on DVB_CORE && PCI && I2C
+	source "drivers/media/pci/mantis/Kconfig"
+
+comment "Supported nGene Adapters"
+	depends on DVB_CORE && PCI && I2C
+	source "drivers/media/pci/ngene/Kconfig"
+
+comment "Supported ddbridge ('Octopus') Adapters"
+	depends on DVB_CORE && PCI && I2C
+	source "drivers/media/pci/ddbridge/Kconfig"
+
+endif # DVB_CAPTURE_DRIVERS