xref: /openbmc/linux/drivers/media/pci/cobalt/Kconfig (revision 8e8e69d6)
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
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.
24