aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cobalt/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/pci/cobalt/Kconfig')
-rw-r--r--drivers/media/pci/cobalt/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/media/pci/cobalt/Kconfig b/drivers/media/pci/cobalt/Kconfig
new file mode 100644
index 000000000000..3be1b2c3c386
--- /dev/null
+++ b/drivers/media/pci/cobalt/Kconfig
@@ -0,0 +1,18 @@
1config VIDEO_COBALT
2 tristate "Cisco Cobalt support"
3 depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
4 depends on PCI_MSI && MTD_COMPLEX_MAPPINGS && GPIOLIB
5 select I2C_ALGOBIT
6 select VIDEO_ADV7604
7 select VIDEO_ADV7511
8 select VIDEO_ADV7842
9 select VIDEOBUF2_DMA_SG
10 ---help---
11 This is a video4linux driver for the Cisco PCIe Cobalt card.
12
13 This board is sadly not available outside of Cisco, but it is
14 very useful as an example of a real driver that uses all the
15 latest frameworks and APIs.
16
17 To compile this driver as a module, choose M here: the
18 module will be called cobalt.