Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. config DVB_USB
  2. tristate "Support for various USB DVB devices"
  3. depends on DVB_CORE && USB && I2C && RC_CORE
  4. help
  5. By enabling this you will be able to choose the various supported
  6. USB1.1 and USB2.0 DVB devices.
  7. Almost every USB device needs a firmware, please look into
  8. <file:Documentation/dvb/README.dvb-usb>.
  9. For a complete list of supported USB devices see the LinuxTV DVB Wiki:
  10. <http://www.linuxtv.org/wiki/index.php/DVB_USB>
  11. Say Y if you own a USB DVB device.
  12. config DVB_USB_V2
  13. tristate "Support for various USB DVB devices v2"
  14. depends on DVB_CORE && USB && I2C && RC_CORE
  15. help
  16. By enabling this you will be able to choose the various supported
  17. USB1.1 and USB2.0 DVB devices.
  18. Almost every USB device needs a firmware, please look into
  19. <file:Documentation/dvb/README.dvb-usb>.
  20. For a complete list of supported USB devices see the LinuxTV DVB Wiki:
  21. <http://www.linuxtv.org/wiki/index.php/DVB_USB>
  22. Say Y if you own a USB DVB device.
  23. config DVB_USB_FIRMWARE
  24. tristate "Firmware helper routines"
  25. depends on DVB_USB
  26. config DVB_USB_DEBUG
  27. bool "Enable extended debug support for all DVB-USB devices"
  28. depends on DVB_USB
  29. help
  30. Say Y if you want to enable debugging. See modinfo dvb-usb (and the
  31. appropriate drivers) for debug levels.
  32. config DVB_USB_A800
  33. tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
  34. depends on DVB_USB
  35. select DVB_DIB3000MC
  36. select DVB_PLL if !DVB_FE_CUSTOMISE
  37. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  38. help
  39. Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
  40. config DVB_USB_DIBUSB_MB
  41. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
  42. depends on DVB_USB
  43. select DVB_PLL if !DVB_FE_CUSTOMISE
  44. select DVB_DIB3000MB
  45. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  46. help
  47. Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
  48. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
  49. For an up-to-date list of devices supported by this driver, have a look
  50. on the Linux-DVB Wiki at www.linuxtv.org.
  51. Say Y if you own such a device and want to use it. You should build it as
  52. a module.
  53. config DVB_USB_DIBUSB_MB_FAULTY
  54. bool "Support faulty USB IDs"
  55. depends on DVB_USB_DIBUSB_MB
  56. help
  57. Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
  58. config DVB_USB_DIBUSB_MC
  59. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
  60. depends on DVB_USB
  61. select DVB_DIB3000MC
  62. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  63. help
  64. Support for USB2.0 DVB-T receivers based on reference designs made by
  65. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
  66. For an up-to-date list of devices supported by this driver, have a look
  67. on the Linux-DVB Wiki at www.linuxtv.org.
  68. Say Y if you own such a device and want to use it. You should build it as
  69. a module.
  70. config DVB_USB_DIB0700
  71. tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
  72. depends on DVB_USB
  73. select DVB_DIB7000P if !DVB_FE_CUSTOMISE
  74. select DVB_DIB7000M if !DVB_FE_CUSTOMISE
  75. select DVB_DIB8000 if !DVB_FE_CUSTOMISE
  76. select DVB_DIB3000MC if !DVB_FE_CUSTOMISE
  77. select DVB_S5H1411 if !DVB_FE_CUSTOMISE
  78. select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
  79. select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
  80. select DVB_TUNER_DIB0090 if !DVB_FE_CUSTOMISE
  81. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  82. select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMISE
  83. select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
  84. select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
  85. select MEDIA_TUNER_XC4000 if !MEDIA_TUNER_CUSTOMISE
  86. select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
  87. help
  88. Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
  89. USB bridge is also present in devices having the DiB7700 DVB-T-USB
  90. silicon. This chip can be found in devices offered by Hauppauge,
  91. Avermedia and other big and small companies.
  92. For an up-to-date list of devices supported by this driver, have a look
  93. on the LinuxTV Wiki at www.linuxtv.org.
  94. Say Y if you own such a device and want to use it. You should build it as
  95. a module.
  96. config DVB_USB_UMT_010
  97. tristate "HanfTek UMT-010 DVB-T USB2.0 support"
  98. depends on DVB_USB
  99. select DVB_PLL if !DVB_FE_CUSTOMISE
  100. select DVB_DIB3000MC
  101. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  102. select DVB_MT352 if !DVB_FE_CUSTOMISE
  103. help
  104. Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
  105. config DVB_USB_CXUSB
  106. tristate "Conexant USB2.0 hybrid reference design support"
  107. depends on DVB_USB
  108. select DVB_PLL if !DVB_FE_CUSTOMISE
  109. select DVB_CX22702 if !DVB_FE_CUSTOMISE
  110. select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  111. select DVB_MT352 if !DVB_FE_CUSTOMISE
  112. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  113. select DVB_DIB7000P if !DVB_FE_CUSTOMISE
  114. select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
  115. select DVB_ATBM8830 if !DVB_FE_CUSTOMISE
  116. select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
  117. select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
  118. select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
  119. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  120. select MEDIA_TUNER_MAX2165 if !MEDIA_TUNER_CUSTOMISE
  121. help
  122. Say Y here to support the Conexant USB2.0 hybrid reference design.
  123. Currently, only DVB and ATSC modes are supported, analog mode
  124. shall be added in the future. Devices that require this module:
  125. Medion MD95700 hybrid USB2.0 device.
  126. DViCO FusionHDTV (Bluebird) USB2.0 devices
  127. config DVB_USB_M920X
  128. tristate "Uli m920x DVB-T USB2.0 support"
  129. depends on DVB_USB
  130. select DVB_MT352 if !DVB_FE_CUSTOMISE
  131. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  132. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  133. select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
  134. select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
  135. help
  136. Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
  137. Currently, only devices with a product id of
  138. "DTV USB MINI" (in cold state) are supported.
  139. Firmware required.
  140. config DVB_USB_GL861
  141. tristate "Genesys Logic GL861 USB2.0 support"
  142. depends on DVB_USB
  143. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  144. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  145. help
  146. Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
  147. receiver with USB ID 0db0:5581.
  148. config DVB_USB_AU6610
  149. tristate "Alcor Micro AU6610 USB2.0 support"
  150. depends on DVB_USB_V2
  151. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  152. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  153. help
  154. Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
  155. config DVB_USB_DIGITV
  156. tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
  157. depends on DVB_USB
  158. select DVB_PLL if !DVB_FE_CUSTOMISE
  159. select DVB_NXT6000 if !DVB_FE_CUSTOMISE
  160. select DVB_MT352 if !DVB_FE_CUSTOMISE
  161. help
  162. Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
  163. config DVB_USB_VP7045
  164. tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
  165. depends on DVB_USB
  166. help
  167. Say Y here to support the
  168. TwinhanDTV Alpha (stick) (VP-7045),
  169. TwinhanDTV MagicBox II (VP-7046),
  170. DigitalNow TinyUSB 2 DVB-t,
  171. DigitalRise USB 2.0 Ter (Beetle) and
  172. TYPHOON DVB-T USB DRIVE
  173. DVB-T USB2.0 receivers.
  174. config DVB_USB_VP702X
  175. tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
  176. depends on DVB_USB
  177. help
  178. Say Y here to support the
  179. TwinhanDTV StarBox,
  180. DigitalRise USB Starbox and
  181. TYPHOON DVB-S USB 2.0 BOX
  182. DVB-S USB2.0 receivers.
  183. config DVB_USB_GP8PSK
  184. tristate "GENPIX 8PSK->USB module support"
  185. depends on DVB_USB
  186. help
  187. Say Y here to support the
  188. GENPIX 8psk module
  189. DVB-S USB2.0 receivers.
  190. config DVB_USB_NOVA_T_USB2
  191. tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
  192. depends on DVB_USB
  193. select DVB_DIB3000MC
  194. select DVB_PLL if !DVB_FE_CUSTOMISE
  195. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  196. help
  197. Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
  198. config DVB_USB_TTUSB2
  199. tristate "Pinnacle 400e DVB-S USB2.0 support"
  200. depends on DVB_USB
  201. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  202. select DVB_LNBP21 if !DVB_FE_CUSTOMISE
  203. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  204. help
  205. Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
  206. firmware protocol used by this module is similar to the one used by the
  207. old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
  208. config DVB_USB_DTT200U
  209. tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
  210. depends on DVB_USB
  211. help
  212. Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
  213. The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
  214. The WT-220U and its clones are pen-sized.
  215. config DVB_USB_OPERA1
  216. tristate "Opera1 DVB-S USB2.0 receiver"
  217. depends on DVB_USB
  218. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  219. select DVB_PLL if !DVB_FE_CUSTOMISE
  220. help
  221. Say Y here to support the Opera DVB-S USB2.0 receiver.
  222. config DVB_USB_AF9005
  223. tristate "Afatech AF9005 DVB-T USB1.1 support"
  224. depends on DVB_USB && EXPERIMENTAL
  225. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  226. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  227. help
  228. Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
  229. and the TerraTec Cinergy T USB XE (Rev.1)
  230. config DVB_USB_AF9005_REMOTE
  231. tristate "Afatech AF9005 default remote control support"
  232. depends on DVB_USB_AF9005
  233. help
  234. Say Y here to support the default remote control decoding for the
  235. Afatech AF9005 based receiver.
  236. config DVB_USB_PCTV452E
  237. tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
  238. depends on DVB_USB
  239. select TTPCI_EEPROM
  240. select DVB_LNBP22 if !DVB_FE_CUSTOMISE
  241. select DVB_STB0899 if !DVB_FE_CUSTOMISE
  242. select DVB_STB6100 if !DVB_FE_CUSTOMISE
  243. help
  244. Support for external USB adapter designed by Pinnacle,
  245. shipped under the brand name 'PCTV HDTV Pro USB'.
  246. Also supports TT Connect S2-3600/3650 cards.
  247. Say Y if you own such a device and want to use it.
  248. config DVB_USB_DW2102
  249. tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
  250. depends on DVB_USB
  251. select DVB_PLL if !DVB_FE_CUSTOMISE
  252. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  253. select DVB_STV0288 if !DVB_FE_CUSTOMISE
  254. select DVB_STB6000 if !DVB_FE_CUSTOMISE
  255. select DVB_CX24116 if !DVB_FE_CUSTOMISE
  256. select DVB_SI21XX if !DVB_FE_CUSTOMISE
  257. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  258. select DVB_MT312 if !DVB_FE_CUSTOMISE
  259. select DVB_ZL10039 if !DVB_FE_CUSTOMISE
  260. select DVB_DS3000 if !DVB_FE_CUSTOMISE
  261. select DVB_STB6100 if !DVB_FE_CUSTOMISE
  262. select DVB_STV6110 if !DVB_FE_CUSTOMISE
  263. select DVB_STV0900 if !DVB_FE_CUSTOMISE
  264. help
  265. Say Y here to support the DvbWorld, TeVii, Prof DVB-S/S2 USB2.0
  266. receivers.
  267. config DVB_USB_CINERGY_T2
  268. tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
  269. depends on DVB_USB
  270. help
  271. Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
  272. Say Y if you own such a device and want to use it.
  273. config DVB_USB_ANYSEE
  274. tristate "Anysee DVB-T/C USB2.0 support"
  275. depends on DVB_USB_V2
  276. select DVB_PLL if !DVB_FE_CUSTOMISE
  277. select DVB_MT352 if !DVB_FE_CUSTOMISE
  278. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  279. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  280. select MEDIA_TUNER_TDA18212 if !MEDIA_TUNER_CUSTOMISE
  281. select DVB_CX24116 if !DVB_FE_CUSTOMISE
  282. select DVB_STV0900 if !DVB_FE_CUSTOMISE
  283. select DVB_STV6110 if !DVB_FE_CUSTOMISE
  284. select DVB_ISL6423 if !DVB_FE_CUSTOMISE
  285. select DVB_CXD2820R if !DVB_FE_CUSTOMISE
  286. help
  287. Say Y here to support the Anysee E30, Anysee E30 Plus or
  288. Anysee E30 C Plus DVB USB2.0 receiver.
  289. config DVB_USB_DTV5100
  290. tristate "AME DTV-5100 USB2.0 DVB-T support"
  291. depends on DVB_USB
  292. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  293. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  294. help
  295. Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
  296. config DVB_USB_AF9015
  297. tristate "Afatech AF9015 DVB-T USB2.0 support"
  298. depends on DVB_USB_V2
  299. select DVB_AF9013
  300. select DVB_PLL if !DVB_FE_CUSTOMISE
  301. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  302. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  303. select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
  304. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  305. select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE
  306. select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE
  307. select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
  308. help
  309. Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
  310. config DVB_USB_CE6230
  311. tristate "Intel CE6230 DVB-T USB2.0 support"
  312. depends on DVB_USB_V2
  313. select DVB_ZL10353
  314. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  315. help
  316. Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver
  317. config DVB_USB_FRIIO
  318. tristate "Friio ISDB-T USB2.0 Receiver support"
  319. depends on DVB_USB
  320. help
  321. Say Y here to support the Japanese DTV receiver Friio.
  322. config DVB_USB_EC168
  323. tristate "E3C EC168 DVB-T USB2.0 support"
  324. depends on DVB_USB_V2
  325. select DVB_EC100
  326. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  327. help
  328. Say Y here to support the E3C EC168 DVB-T USB2.0 receiver.
  329. config DVB_USB_AZ6007
  330. tristate "AzureWave 6007 and clones DVB-T/C USB2.0 support"
  331. depends on DVB_USB
  332. select DVB_DRXK if !DVB_FE_CUSTOMISE
  333. select MEDIA_TUNER_MT2063 if !DVB_FE_CUSTOMISE
  334. help
  335. Say Y here to support theAfatech AF9005 based DVB-T/DVB-C receivers.
  336. config DVB_USB_AZ6027
  337. tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
  338. depends on DVB_USB
  339. select DVB_STB0899 if !DVB_FE_CUSTOMISE
  340. select DVB_STB6100 if !DVB_FE_CUSTOMISE
  341. help
  342. Say Y here to support the AZ6027 device
  343. config DVB_USB_LME2510
  344. tristate "LME DM04/QQBOX DVB-S USB2.0 support"
  345. depends on DVB_USB
  346. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  347. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  348. select DVB_STV0288 if !DVB_FE_CUSTOMISE
  349. select DVB_IX2505V if !DVB_FE_CUSTOMISE
  350. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  351. select DVB_PLL if !DVB_FE_CUSTOMISE
  352. select DVB_M88RS2000 if !DVB_FE_CUSTOMISE
  353. help
  354. Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 .
  355. config DVB_USB_TECHNISAT_USB2
  356. tristate "Technisat DVB-S/S2 USB2.0 support"
  357. depends on DVB_USB
  358. select DVB_STV090x if !DVB_FE_CUSTOMISE
  359. select DVB_STV6110x if !DVB_FE_CUSTOMISE
  360. help
  361. Say Y here to support the Technisat USB2 DVB-S/S2 device
  362. config DVB_USB_IT913X
  363. tristate "it913x driver"
  364. depends on DVB_USB
  365. select DVB_IT913X_FE
  366. help
  367. Say Y here to support the it913x device
  368. config DVB_USB_MXL111SF
  369. tristate "MxL111SF DTV USB2.0 support"
  370. depends on DVB_USB_V2
  371. select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
  372. select DVB_LG2160 if !DVB_FE_CUSTOMISE
  373. select VIDEO_TVEEPROM
  374. help
  375. Say Y here to support the MxL111SF USB2.0 DTV receiver.
  376. config DVB_USB_RTL28XXU
  377. tristate "Realtek RTL28xxU DVB USB support"
  378. depends on DVB_USB && EXPERIMENTAL
  379. select DVB_RTL2830
  380. select DVB_RTL2832
  381. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  382. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  383. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  384. select MEDIA_TUNER_FC0012 if !MEDIA_TUNER_CUSTOMISE
  385. select MEDIA_TUNER_FC0013 if !MEDIA_TUNER_CUSTOMISE
  386. help
  387. Say Y here to support the Realtek RTL28xxU DVB USB receiver.
  388. config DVB_USB_AF9035
  389. tristate "Afatech AF9035 DVB-T USB2.0 support"
  390. depends on DVB_USB_V2
  391. select DVB_AF9033
  392. select MEDIA_TUNER_TUA9001 if !MEDIA_TUNER_CUSTOMISE
  393. select MEDIA_TUNER_FC0011 if !MEDIA_TUNER_CUSTOMISE
  394. select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
  395. select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE
  396. help
  397. Say Y here to support the Afatech AF9035 based DVB USB receiver.