Kconfig 829 B

12345678910111213141516171819202122232425262728
  1. config VIDEO_CX25821
  2. tristate "Conexant cx25821 support"
  3. depends on VIDEO_DEV && PCI && I2C
  4. select I2C_ALGOBIT
  5. select VIDEOBUF2_DMA_SG
  6. ---help---
  7. This is a video4linux driver for Conexant 25821 based
  8. TV cards.
  9. To compile this driver as a module, choose M here: the
  10. module will be called cx25821
  11. config VIDEO_CX25821_ALSA
  12. tristate "Conexant 25821 DMA audio support"
  13. depends on VIDEO_CX25821 && SND
  14. select SND_PCM
  15. ---help---
  16. This is a video4linux driver for direct (DMA) audio on
  17. Conexant 25821 based capture cards using ALSA.
  18. It only works with boards with function 01 enabled.
  19. To check if your board supports, use lspci -n.
  20. If supported, you should see 14f1:8801 or 14f1:8811
  21. PCI device.
  22. To compile this driver as a module, choose M here: the
  23. module will be called cx25821-alsa.