Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. select DVB_CX24123
  37. ---help---
  38. This builds cx88-dvb with all currently supported frontend
  39. demodulators. If you wish to tweak your configuration, and
  40. only include support for the hardware that you need, choose N here.
  41. If you are unsure, choose Y.
  42. config VIDEO_CX88_DVB_MT352
  43. bool "Zarlink MT352 DVB-T Support"
  44. default y
  45. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  46. select DVB_MT352
  47. ---help---
  48. This adds DVB-T support for cards based on the
  49. Connexant 2388x chip and the MT352 demodulator.
  50. config VIDEO_CX88_DVB_OR51132
  51. bool "OR51132 ATSC Support"
  52. default y
  53. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  54. select DVB_OR51132
  55. ---help---
  56. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  57. Connexant 2388x chip and the OR51132 demodulator.
  58. config VIDEO_CX88_DVB_CX22702
  59. bool "Conexant CX22702 DVB-T Support"
  60. default y
  61. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  62. select DVB_CX22702
  63. ---help---
  64. This adds DVB-T support for cards based on the
  65. Connexant 2388x chip and the CX22702 demodulator.
  66. config VIDEO_CX88_DVB_LGDT330X
  67. bool "LG Electronics DT3302/DT3303 ATSC Support"
  68. default y
  69. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  70. select DVB_LGDT330X
  71. ---help---
  72. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  73. Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
  74. config VIDEO_CX88_DVB_NXT200X
  75. bool "NXT2002/NXT2004 ATSC Support"
  76. default y
  77. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  78. select DVB_NXT200X
  79. ---help---
  80. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  81. Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
  82. config VIDEO_CX88_DVB_CX24123
  83. bool "Conexant CX24123 DVB-S Support"
  84. default y
  85. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  86. select DVB_CX24123
  87. ---help---
  88. This adds DVB-S support for cards based on the
  89. Connexant 2388x chip and the CX24123 demodulator.