Kconfig (4343f61103cdb8ccd6f3d5dd7168f1176a1cee37) Kconfig (4419617e0d0cc6f6526439e16f3a880e7d292eaa)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_COBALT
3 tristate "Cisco Cobalt support"
4 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
5 depends on PCI_MSI && MTD_COMPLEX_MAPPINGS
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_COBALT
3 tristate "Cisco Cobalt support"
4 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
5 depends on PCI_MSI && MTD_COMPLEX_MAPPINGS
6 depends on GPIOLIB || COMPILE_TEST
6 depends on (GPIOLIB && DRM_I2C_ADV7511=n) || COMPILE_TEST
7 depends on SND
8 depends on MTD
9 select I2C_ALGOBIT
10 select SND_PCM
11 select VIDEO_ADV7604
12 select VIDEO_ADV7511
13 select VIDEO_ADV7842
14 select VIDEOBUF2_DMA_SG
15 help
16 This is a video4linux driver for the Cisco PCIe Cobalt card.
17
18 This board is sadly not available outside of Cisco, but it is
19 very useful as an example of a real driver that uses all the
20 latest frameworks and APIs.
21
22 To compile this driver as a module, choose M here: the
23 module will be called cobalt.
7 depends on SND
8 depends on MTD
9 select I2C_ALGOBIT
10 select SND_PCM
11 select VIDEO_ADV7604
12 select VIDEO_ADV7511
13 select VIDEO_ADV7842
14 select VIDEOBUF2_DMA_SG
15 help
16 This is a video4linux driver for the Cisco PCIe Cobalt card.
17
18 This board is sadly not available outside of Cisco, but it is
19 very useful as an example of a real driver that uses all the
20 latest frameworks and APIs.
21
22 To compile this driver as a module, choose M here: the
23 module will be called cobalt.