Kconfig 676 B

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