Kconfig 4.3 KB

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