Kconfig 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. config DVB_USB
  2. tristate "Support for various USB DVB devices"
  3. depends on DVB_CORE && USB && I2C && INPUT
  4. depends on HOTPLUG # due to FW_LOADER
  5. select FW_LOADER
  6. help
  7. By enabling this you will be able to choose the various supported
  8. USB1.1 and USB2.0 DVB devices.
  9. Almost every USB device needs a firmware, please look into
  10. <file:Documentation/dvb/README.dvb-usb>.
  11. For a complete list of supported USB devices see the LinuxTV DVB Wiki:
  12. <http://www.linuxtv.org/wiki/index.php/DVB_USB>
  13. Say Y if you own a USB DVB device.
  14. config DVB_USB_DEBUG
  15. bool "Enable extended debug support for all DVB-USB devices"
  16. depends on DVB_USB
  17. help
  18. Say Y if you want to enable debugging. See modinfo dvb-usb (and the
  19. appropriate drivers) for debug levels.
  20. config DVB_USB_A800
  21. tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
  22. depends on DVB_USB
  23. select DVB_DIB3000MC
  24. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  25. select DVB_PLL if !DVB_FE_CUSTOMISE
  26. help
  27. Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
  28. config DVB_USB_DIBUSB_MB
  29. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
  30. depends on DVB_USB
  31. select DVB_PLL if !DVB_FE_CUSTOMISE
  32. select DVB_DIB3000MB
  33. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  34. help
  35. Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
  36. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
  37. For an up-to-date list of devices supported by this driver, have a look
  38. on the Linux-DVB Wiki at www.linuxtv.org.
  39. Say Y if you own such a device and want to use it. You should build it as
  40. a module.
  41. config DVB_USB_DIBUSB_MB_FAULTY
  42. bool "Support faulty USB IDs"
  43. depends on DVB_USB_DIBUSB_MB
  44. help
  45. Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
  46. config DVB_USB_DIBUSB_MC
  47. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
  48. depends on DVB_USB
  49. select DVB_DIB3000MC
  50. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  51. help
  52. Support for USB2.0 DVB-T receivers based on reference designs made by
  53. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
  54. For an up-to-date list of devices supported by this driver, have a look
  55. on the Linux-DVB Wiki at www.linuxtv.org.
  56. Say Y if you own such a device and want to use it. You should build it as
  57. a module.
  58. config DVB_USB_DIB0700
  59. tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
  60. depends on DVB_USB
  61. select DVB_DIB7000P
  62. select DVB_DIB7000M
  63. select DVB_DIB3000MC
  64. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  65. select MEDIA_TUNER_MT2266 if !DVB_FE_CUSTOMISE
  66. select DVB_TUNER_DIB0070
  67. help
  68. Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
  69. USB bridge is also present in devices having the DiB7700 DVB-T-USB
  70. silicon. This chip can be found in devices offered by Hauppauge,
  71. Avermedia and other big and small companies.
  72. For an up-to-date list of devices supported by this driver, have a look
  73. on the Linux-DVB Wiki at www.linuxtv.org.
  74. Say Y if you own such a device and want to use it. You should build it as
  75. a module.
  76. config DVB_USB_UMT_010
  77. tristate "HanfTek UMT-010 DVB-T USB2.0 support"
  78. depends on DVB_USB
  79. select DVB_PLL if !DVB_FE_CUSTOMISE
  80. select DVB_DIB3000MC
  81. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  82. help
  83. Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
  84. config DVB_USB_CXUSB
  85. tristate "Conexant USB2.0 hybrid reference design support"
  86. depends on DVB_USB
  87. select DVB_PLL if !DVB_FE_CUSTOMISE
  88. select DVB_CX22702 if !DVB_FE_CUSTOMISE
  89. select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  90. select DVB_MT352 if !DVB_FE_CUSTOMISE
  91. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  92. select MEDIA_TUNER_SIMPLE if !DVB_FE_CUSTOMISE
  93. help
  94. Say Y here to support the Conexant USB2.0 hybrid reference design.
  95. Currently, only DVB and ATSC modes are supported, analog mode
  96. shall be added in the future. Devices that require this module:
  97. Medion MD95700 hybrid USB2.0 device.
  98. DViCO FusionHDTV (Bluebird) USB2.0 devices
  99. config DVB_USB_M920X
  100. tristate "Uli m920x DVB-T USB2.0 support"
  101. depends on DVB_USB
  102. select DVB_MT352 if !DVB_FE_CUSTOMISE
  103. select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  104. help
  105. Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
  106. Currently, only devices with a product id of
  107. "DTV USB MINI" (in cold state) are supported.
  108. Firmware required.
  109. config DVB_USB_GL861
  110. tristate "Genesys Logic GL861 USB2.0 support"
  111. depends on DVB_USB
  112. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  113. select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  114. help
  115. Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
  116. receiver with USB ID 0db0:5581.
  117. config DVB_USB_AU6610
  118. tristate "Alcor Micro AU6610 USB2.0 support"
  119. depends on DVB_USB
  120. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  121. select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  122. help
  123. Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
  124. config DVB_USB_DIGITV
  125. tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
  126. depends on DVB_USB
  127. select DVB_PLL if !DVB_FE_CUSTOMISE
  128. select DVB_NXT6000 if !DVB_FE_CUSTOMISE
  129. select DVB_MT352 if !DVB_FE_CUSTOMISE
  130. help
  131. Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
  132. config DVB_USB_VP7045
  133. tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
  134. depends on DVB_USB
  135. help
  136. Say Y here to support the
  137. TwinhanDTV Alpha (stick) (VP-7045),
  138. TwinhanDTV MagicBox II (VP-7046),
  139. DigitalNow TinyUSB 2 DVB-t,
  140. DigitalRise USB 2.0 Ter (Beetle) and
  141. TYPHOON DVB-T USB DRIVE
  142. DVB-T USB2.0 receivers.
  143. config DVB_USB_VP702X
  144. tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
  145. depends on DVB_USB
  146. help
  147. Say Y here to support the
  148. TwinhanDTV StarBox,
  149. DigitalRise USB Starbox and
  150. TYPHOON DVB-S USB 2.0 BOX
  151. DVB-S USB2.0 receivers.
  152. config DVB_USB_GP8PSK
  153. tristate "GENPIX 8PSK->USB module support"
  154. depends on DVB_USB
  155. help
  156. Say Y here to support the
  157. GENPIX 8psk module
  158. DVB-S USB2.0 receivers.
  159. config DVB_USB_NOVA_T_USB2
  160. tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
  161. depends on DVB_USB
  162. select DVB_DIB3000MC
  163. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  164. select DVB_PLL if !DVB_FE_CUSTOMISE
  165. help
  166. Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
  167. config DVB_USB_TTUSB2
  168. tristate "Pinnacle 400e DVB-S USB2.0 support"
  169. depends on DVB_USB
  170. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  171. select DVB_LNBP21 if !DVB_FE_CUSTOMISE
  172. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  173. help
  174. Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
  175. firmware protocol used by this module is similar to the one used by the
  176. old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko.
  177. config DVB_USB_DTT200U
  178. tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
  179. depends on DVB_USB
  180. help
  181. Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
  182. The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
  183. The WT-220U and its clones are pen-sized.
  184. config DVB_USB_OPERA1
  185. tristate "Opera1 DVB-S USB2.0 receiver"
  186. depends on DVB_USB
  187. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  188. select DVB_PLL if !DVB_FE_CUSTOMISE
  189. help
  190. Say Y here to support the Opera DVB-S USB2.0 receiver.
  191. config DVB_USB_AF9005
  192. tristate "Afatech AF9005 DVB-T USB1.1 support"
  193. depends on DVB_USB && EXPERIMENTAL
  194. select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  195. select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  196. help
  197. Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
  198. and the TerraTec Cinergy T USB XE (Rev.1)
  199. config DVB_USB_AF9005_REMOTE
  200. tristate "Afatech AF9005 default remote control support"
  201. depends on DVB_USB_AF9005
  202. help
  203. Say Y here to support the default remote control decoding for the
  204. Afatech AF9005 based receiver.
  205. config DVB_USB_ANYSEE
  206. tristate "Anysee DVB-T/C USB2.0 support"
  207. depends on DVB_USB
  208. select DVB_MT352 if !DVB_FE_CUSTOMISE
  209. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  210. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  211. help
  212. Say Y here to support the Anysee E30, Anysee E30 Plus or
  213. Anysee E30 C Plus DVB USB2.0 receiver.