Kconfig 4.3 KB

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