Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. ---help---
  47. This adds support for DVB/ATSC cards based on the
  48. Conexant 2388x chip.
  49. To compile this driver as a module, choose M here: the
  50. module will be called cx88-dvb.
  51. You must also select one or more DVB/ATSC demodulators.
  52. If you are unsure which you need, choose all of them.
  53. config VIDEO_CX88_DVB_ALL_FRONTENDS
  54. bool "Build all supported frontends for cx2388x based TV cards"
  55. default y
  56. depends on VIDEO_CX88_DVB
  57. select DVB_MT352
  58. select VIDEO_CX88_VP3054
  59. select DVB_ZL10353
  60. select DVB_OR51132
  61. select DVB_CX22702
  62. select DVB_LGDT330X
  63. select DVB_NXT200X
  64. select DVB_CX24123
  65. select DVB_ISL6421
  66. ---help---
  67. This builds cx88-dvb with all currently supported frontend
  68. demodulators. If you wish to tweak your configuration, and
  69. only include support for the hardware that you need, choose N here.
  70. If you are unsure, choose Y.
  71. config VIDEO_CX88_DVB_MT352
  72. bool "Zarlink MT352 DVB-T Support"
  73. default y
  74. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  75. select DVB_MT352
  76. ---help---
  77. This adds DVB-T support for cards based on the
  78. Connexant 2388x chip and the MT352 demodulator.
  79. config VIDEO_CX88_DVB_VP3054
  80. bool "VP-3054 Secondary I2C Bus Support"
  81. default y
  82. depends on VIDEO_CX88_DVB_MT352
  83. select VIDEO_CX88_VP3054
  84. ---help---
  85. This adds DVB-T support for cards based on the
  86. Connexant 2388x chip and the MT352 demodulator,
  87. which also require support for the VP-3054
  88. Secondary I2C bus, such at DNTV Live! DVB-T Pro.
  89. config VIDEO_CX88_DVB_ZL10353
  90. bool "Zarlink ZL10353 DVB-T Support"
  91. default y
  92. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  93. select DVB_ZL10353
  94. ---help---
  95. This adds DVB-T support for cards based on the
  96. Connexant 2388x chip and the ZL10353 demodulator,
  97. successor to the Zarlink MT352.
  98. config VIDEO_CX88_DVB_OR51132
  99. bool "OR51132 ATSC Support"
  100. default y
  101. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  102. select DVB_OR51132
  103. ---help---
  104. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  105. Connexant 2388x chip and the OR51132 demodulator.
  106. config VIDEO_CX88_DVB_CX22702
  107. bool "Conexant CX22702 DVB-T Support"
  108. default y
  109. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  110. select DVB_CX22702
  111. ---help---
  112. This adds DVB-T support for cards based on the
  113. Connexant 2388x chip and the CX22702 demodulator.
  114. config VIDEO_CX88_DVB_LGDT330X
  115. bool "LG Electronics DT3302/DT3303 ATSC Support"
  116. default y
  117. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  118. select DVB_LGDT330X
  119. ---help---
  120. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  121. Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
  122. config VIDEO_CX88_DVB_NXT200X
  123. bool "NXT2002/NXT2004 ATSC Support"
  124. default y
  125. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  126. select DVB_NXT200X
  127. ---help---
  128. This adds ATSC 8VSB and QAM64/256 support for cards based on the
  129. Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
  130. config VIDEO_CX88_DVB_CX24123
  131. bool "Conexant CX24123 DVB-S Support"
  132. default y
  133. depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
  134. select DVB_CX24123
  135. select DVB_ISL6421
  136. ---help---
  137. This adds DVB-S support for cards based on the
  138. Connexant 2388x chip and the CX24123 demodulator.