Kconfig 4.1 KB

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