Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. config VIDEO_CX88_VP3054
  2. tristate
  3. depends on VIDEO_CX88_DVB && DVB_MT352
  4. config VIDEO_CX88
  5. tristate "Conexant 2388x (bt878 successor) support"
  6. depends on VIDEO_DEV && PCI && I2C
  7. select I2C_ALGOBIT
  8. select FW_LOADER
  9. select VIDEO_BTCX
  10. select VIDEO_BUF
  11. select VIDEO_TUNER
  12. select VIDEO_TVEEPROM
  13. select VIDEO_IR
  14. ---help---
  15. This is a video4linux driver for Conexant 2388x based
  16. TV cards.
  17. To compile this driver as a module, choose M here: the
  18. module will be called cx8800
  19. config VIDEO_CX88_ALSA
  20. tristate "Conexant 2388x DMA audio support"
  21. depends on VIDEO_CX88 && SND && EXPERIMENTAL
  22. select SND_PCM
  23. ---help---
  24. This is a video4linux driver for direct (DMA) audio on
  25. Conexant 2388x based TV cards using ALSA.
  26. It only works with boards with function 01 enabled.
  27. To check if your board supports, use lspci -n.
  28. If supported, you should see 14f1:8801 or 14f1:8811
  29. PCI device.
  30. To compile this driver as a module, choose M here: the
  31. module will be called cx88-alsa.
  32. config VIDEO_CX88_BLACKBIRD
  33. tristate "Blackbird MPEG encoder support (cx2388x + cx23416)"
  34. depends on VIDEO_CX88
  35. select VIDEO_CX2341X
  36. ---help---
  37. This adds support for MPEG encoder cards based on the
  38. Blackbird reference design, using the Conexant 2388x
  39. and 23416 chips.
  40. To compile this driver as a module, choose M here: the
  41. module will be called cx88-blackbird.
  42. config VIDEO_CX88_DVB
  43. tristate "DVB/ATSC Support for cx2388x based TV cards"
  44. depends on VIDEO_CX88 && DVB_CORE
  45. select VIDEO_BUF_DVB
  46. select DVB_PLL
  47. ---help---
  48. This adds support for DVB/ATSC cards based on the
  49. Conexant 2388x chip.
  50. To compile this driver as a module, choose M here: the
  51. module will be called cx88-dvb.
  52. You must also select one or more DVB/ATSC demodulators.
  53. If you are unsure which you need, choose all of them.
  54. config VIDEO_CX88_DVB_ALL_FRONTENDS
  55. bool "Build all supported frontends for cx2388x based TV cards"
  56. default y
  57. depends on VIDEO_CX88_DVB
  58. select DVB_MT352
  59. select VIDEO_CX88_VP3054
  60. select DVB_ZL10353
  61. select DVB_OR51132
  62. select DVB_CX22702
  63. select DVB_LGDT330X
  64. select DVB_NXT200X
  65. select DVB_CX24123
  66. select DVB_ISL6421
  67. ---help---
  68. This builds cx88-dvb with all currently supported frontend
  69. demodulators. If you wish to tweak your configuration, and
  70. only include support for the hardware that you need, choose N here.
  71. If you are unsure, choose Y.
  72. config VIDEO_CX88_DVB_MT352
  73. bool "Zarlink MT352 DVB-T Support"
  74. default y
  75. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  76. select DVB_MT352
  77. ---help---
  78. This adds DVB-T support for cards based on the
  79. Connexant 2388x chip and the MT352 demodulator.
  80. config VIDEO_CX88_DVB_VP3054
  81. bool "VP-3054 Secondary I2C Bus Support"
  82. default y
  83. depends on VIDEO_CX88_DVB_MT352
  84. select VIDEO_CX88_VP3054
  85. ---help---
  86. This adds DVB-T support for cards based on the
  87. Connexant 2388x chip and the MT352 demodulator,
  88. which also require support for the VP-3054
  89. Secondary I2C bus, such at DNTV Live! DVB-T Pro.
  90. config VIDEO_CX88_DVB_ZL10353
  91. bool "Zarlink ZL10353 DVB-T Support"
  92. default y
  93. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  94. select DVB_ZL10353
  95. ---help---
  96. This adds DVB-T support for cards based on the
  97. Connexant 2388x chip and the ZL10353 demodulator,
  98. successor to the Zarlink MT352.
  99. config VIDEO_CX88_DVB_OR51132
  100. bool "OR51132 ATSC Support"
  101. default y
  102. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  103. select DVB_OR51132
  104. ---help---
  105. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  106. Connexant 2388x chip and the OR51132 demodulator.
  107. config VIDEO_CX88_DVB_CX22702
  108. bool "Conexant CX22702 DVB-T Support"
  109. default y
  110. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  111. select DVB_CX22702
  112. ---help---
  113. This adds DVB-T support for cards based on the
  114. Connexant 2388x chip and the CX22702 demodulator.
  115. config VIDEO_CX88_DVB_LGDT330X
  116. bool "LG Electronics DT3302/DT3303 ATSC Support"
  117. default y
  118. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  119. select DVB_LGDT330X
  120. ---help---
  121. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  122. Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
  123. config VIDEO_CX88_DVB_NXT200X
  124. bool "NXT2002/NXT2004 ATSC Support"
  125. default y
  126. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  127. select DVB_NXT200X
  128. ---help---
  129. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  130. Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
  131. config VIDEO_CX88_DVB_CX24123
  132. bool "Conexant CX24123 DVB-S Support"
  133. default y
  134. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  135. select DVB_CX24123
  136. select DVB_ISL6421
  137. ---help---
  138. This adds DVB-S support for cards based on the
  139. Connexant 2388x chip and the CX24123 demodulator.