Kconfig 4.3 KB

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