Kconfig 965 B

1234567891011121314151617181920212223242526272829303132333435
  1. config VIDEO_CX231XX
  2. tristate "Conexant cx231xx USB video capture support"
  3. depends on VIDEO_DEV && I2C && INPUT
  4. select VIDEO_TUNER
  5. select VIDEO_TVEEPROM
  6. select VIDEO_IR
  7. select VIDEOBUF_VMALLOC
  8. select VIDEO_CX25840
  9. ---help---
  10. This is a video4linux driver for Conexant 231xx USB based TV cards.
  11. To compile this driver as a module, choose M here: the
  12. module will be called cx231xx
  13. config VIDEO_CX231XX_ALSA
  14. tristate "Conexant Cx231xx ALSA audio module"
  15. depends on VIDEO_CX231XX && SND
  16. select SND_PCM
  17. ---help---
  18. This is an ALSA driver for Cx231xx USB based TV cards.
  19. To compile this driver as a module, choose M here: the
  20. module will be called cx231xx-alsa
  21. config VIDEO_CX231XX_DVB
  22. tristate "DVB/ATSC Support for Cx231xx based TV cards"
  23. depends on VIDEO_CX231XX && DVB_CORE
  24. select VIDEOBUF_DVB
  25. select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMISE
  26. ---help---
  27. This adds support for DVB cards based on the
  28. Conexant cx231xx chips.