Kconfig 983 B

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