Kconfig 1.8 KB

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