Kconfig 847 B

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