Kconfig 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. config VIDEO_CX88
  2. tristate "Conexant 2388x (bt878 successor) support"
  3. depends on VIDEO_DEV && PCI && I2C
  4. select I2C_ALGOBIT
  5. select FW_LOADER
  6. select VIDEO_BTCX
  7. select VIDEO_BUF
  8. select VIDEO_TUNER
  9. select VIDEO_TVEEPROM
  10. select VIDEO_IR
  11. ---help---
  12. This is a video4linux driver for Conexant 2388x based
  13. TV cards.
  14. To compile this driver as a module, choose M here: the
  15. module will be called cx8800
  16. config VIDEO_CX88_DVB
  17. tristate "DVB/ATSC Support for cx2388x based TV cards"
  18. depends on VIDEO_CX88 && DVB_CORE
  19. select VIDEO_BUF_DVB
  20. ---help---
  21. This adds support for DVB/ATSC cards based on the
  22. Connexant 2388x chip.
  23. To compile this driver as a module, choose M here: the
  24. module will be called cx88-dvb.
  25. You must also select one or more DVB/ATSC demodulators.
  26. If you are unsure which you need, choose all of them.
  27. config VIDEO_CX88_DVB_ALL_FRONTENDS
  28. bool "Build all supported frontends for cx2388x based TV cards"
  29. default y
  30. depends on VIDEO_CX88_DVB
  31. select DVB_MT352
  32. select DVB_OR51132
  33. select DVB_CX22702
  34. select DVB_LGDT330X
  35. select DVB_NXT200X
  36. ---help---
  37. This builds cx88-dvb with all currently supported frontend
  38. demodulators. If you wish to tweak your configuration, and
  39. only include support for the hardware that you need, choose N here.
  40. If you are unsure, choose Y.
  41. config VIDEO_CX88_DVB_MT352
  42. tristate "Zarlink MT352 DVB-T Support"
  43. default m
  44. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  45. select DVB_MT352
  46. ---help---
  47. This adds DVB-T support for cards based on the
  48. Connexant 2388x chip and the MT352 demodulator.
  49. config VIDEO_CX88_DVB_OR51132
  50. tristate "OR51132 ATSC Support"
  51. default m
  52. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  53. select DVB_OR51132
  54. ---help---
  55. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  56. Connexant 2388x chip and the OR51132 demodulator.
  57. config VIDEO_CX88_DVB_CX22702
  58. tristate "Conexant CX22702 DVB-T Support"
  59. default m
  60. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  61. select DVB_CX22702
  62. ---help---
  63. This adds DVB-T support for cards based on the
  64. Connexant 2388x chip and the CX22702 demodulator.
  65. config VIDEO_CX88_DVB_LGDT330X
  66. tristate "LG Electronics DT3302/DT3303 ATSC Support"
  67. default m
  68. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  69. select DVB_LGDT330X
  70. ---help---
  71. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  72. Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
  73. config VIDEO_CX88_DVB_NXT200X
  74. tristate "NXT2002/NXT2004 ATSC Support"
  75. default m
  76. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  77. select DVB_NXT200X
  78. ---help---
  79. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  80. Connexant 2388x chip and the NXT2002/NXT2004 demodulator.