Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. config VIDEO_CX231XX
  2. tristate "Conexant cx231xx USB video capture support"
  3. depends on VIDEO_DEV && I2C && I2C_MUX
  4. select VIDEO_TUNER
  5. select VIDEO_TVEEPROM
  6. select VIDEOBUF_VMALLOC
  7. select VIDEO_CX25840
  8. select VIDEO_CX2341X
  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_RC
  14. bool "Conexant cx231xx Remote Controller additional support"
  15. depends on RC_CORE=y || RC_CORE=VIDEO_CX231XX
  16. depends on VIDEO_CX231XX
  17. default y
  18. ---help---
  19. cx231xx hardware has a builtin RX/TX support. However, a few
  20. designs opted to not use it, but, instead, some other hardware.
  21. This module enables the usage of those other hardware, like the
  22. ones used with ISDB-T boards.
  23. On most cases, all you need for IR is mceusb module.
  24. config VIDEO_CX231XX_ALSA
  25. tristate "Conexant Cx231xx ALSA audio module"
  26. depends on VIDEO_CX231XX && SND
  27. select SND_PCM
  28. ---help---
  29. This is an ALSA driver for Cx231xx USB based TV cards.
  30. To compile this driver as a module, choose M here: the
  31. module will be called cx231xx-alsa
  32. config VIDEO_CX231XX_DVB
  33. tristate "DVB/ATSC Support for Cx231xx based TV cards"
  34. depends on VIDEO_CX231XX && DVB_CORE
  35. select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
  36. select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
  37. select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT
  38. select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
  39. select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT
  40. select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
  41. select DVB_SI2165 if MEDIA_SUBDRV_AUTOSELECT
  42. select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
  43. select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
  44. select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT
  45. select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT
  46. ---help---
  47. This adds support for DVB cards based on the
  48. Conexant cx231xx chips.