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