Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) | Kconfig (32a363d0b0b142f35512848dc646ee53e0926723) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_COBALT 3 tristate "Cisco Cobalt support" | 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 | 4 depends on VIDEO_V4L2 && 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 | 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 |
|
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. | 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. |