brintos

brintos / linux-shallow public Read only

0
0
Text · 762 B · e13e361 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_COBALT3	tristate "Cisco Cobalt support"4	depends on VIDEO_DEV && I2C5	depends on PCI_MSI && MTD_COMPLEX_MAPPINGS6	depends on (GPIOLIB && DRM_I2C_ADV7511=n) || COMPILE_TEST7	depends on SND8	depends on MTD9	select MEDIA_CONTROLLER10	select VIDEO_V4L2_SUBDEV_API11	select I2C_ALGOBIT12	select SND_PCM13	select VIDEO_ADV760414	select VIDEO_ADV751115	select VIDEO_ADV784216	select VIDEOBUF2_DMA_SG17	help18	  This is a video4linux driver for the Cisco PCIe Cobalt card.19 20	  This board is sadly not available outside of Cisco, but it is21	  very useful as an example of a real driver that uses all the22	  latest frameworks and APIs.23 24	  To compile this driver as a module, choose M here: the25	  module will be called cobalt.26