Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. config VIDEO_CX231XX
  2. tristate "Conexant cx231xx USB video capture support"
  3. depends on VIDEO_DEV && I2C
  4. select VIDEO_TUNER
  5. select VIDEO_TVEEPROM
  6. depends on RC_CORE
  7. select VIDEOBUF_VMALLOC
  8. select VIDEO_CX25840
  9. select VIDEO_CX2341X
  10. ---help---
  11. This is a video4linux driver for Conexant 231xx USB based TV cards.
  12. To compile this driver as a module, choose M here: the
  13. module will be called cx231xx
  14. config VIDEO_CX231XX_RC
  15. bool "Conexant cx231xx Remote Controller additional support"
  16. depends on RC_CORE
  17. depends on VIDEO_CX231XX
  18. default y
  19. ---help---
  20. cx231xx hardware has a builtin RX/TX support. However, a few
  21. designs opted to not use it, but, instead, some other hardware.
  22. This module enables the usage of those other hardware, like the
  23. ones used with ISDB-T boards.
  24. On most cases, all you need for IR is mceusb module.
  25. config VIDEO_CX231XX_ALSA
  26. tristate "Conexant Cx231xx ALSA audio module"
  27. depends on VIDEO_CX231XX && SND
  28. select SND_PCM
  29. ---help---
  30. This is an ALSA driver for Cx231xx USB based TV cards.
  31. To compile this driver as a module, choose M here: the
  32. module will be called cx231xx-alsa
  33. config VIDEO_CX231XX_DVB
  34. tristate "DVB/ATSC Support for Cx231xx based TV cards"
  35. depends on VIDEO_CX231XX && DVB_CORE && DVB_CAPTURE_DRIVERS
  36. select VIDEOBUF_DVB
  37. select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
  38. select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
  39. select DVB_MB86A20S if !DVB_FE_CUSTOMISE
  40. ---help---
  41. This adds support for DVB cards based on the
  42. Conexant cx231xx chips.