Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. menu "Customise DVB Frontends"
  2. depends on DVB_CORE
  3. config DVB_FE_CUSTOMISE
  4. bool "Customise the frontend modules to build"
  5. default N
  6. help
  7. This allows the user to deselect frontend drivers unnecessary
  8. for their hardware from the build. Use this option with care
  9. as deselecting frontends which are in fact necessary will result
  10. in DVB devices which cannot be tuned due to lack of driver support.
  11. If unsure say N.
  12. comment "DVB-S (satellite) frontends"
  13. depends on DVB_CORE
  14. config DVB_STV0299
  15. tristate "ST STV0299 based"
  16. depends on DVB_CORE && I2C
  17. default m if DVB_FE_CUSTOMISE
  18. help
  19. A DVB-S tuner module. Say Y when you want to support this frontend.
  20. config DVB_CX24110
  21. tristate "Conexant CX24110 based"
  22. depends on DVB_CORE && I2C
  23. default m if DVB_FE_CUSTOMISE
  24. help
  25. A DVB-S tuner module. Say Y when you want to support this frontend.
  26. config DVB_CX24123
  27. tristate "Conexant CX24123 based"
  28. depends on DVB_CORE && I2C
  29. default m if DVB_FE_CUSTOMISE
  30. help
  31. A DVB-S tuner module. Say Y when you want to support this frontend.
  32. config DVB_TDA8083
  33. tristate "Philips TDA8083 based"
  34. depends on DVB_CORE && I2C
  35. default m if DVB_FE_CUSTOMISE
  36. help
  37. A DVB-S tuner module. Say Y when you want to support this frontend.
  38. config DVB_MT312
  39. tristate "Zarlink VP310/MT312 based"
  40. depends on DVB_CORE && I2C
  41. default m if DVB_FE_CUSTOMISE
  42. help
  43. A DVB-S tuner module. Say Y when you want to support this frontend.
  44. config DVB_VES1X93
  45. tristate "VLSI VES1893 or VES1993 based"
  46. depends on DVB_CORE && I2C
  47. default m if DVB_FE_CUSTOMISE
  48. help
  49. A DVB-S tuner module. Say Y when you want to support this frontend.
  50. config DVB_S5H1420
  51. tristate "Samsung S5H1420 based"
  52. depends on DVB_CORE && I2C
  53. default m if DVB_FE_CUSTOMISE
  54. help
  55. A DVB-S tuner module. Say Y when you want to support this frontend.
  56. config DVB_TDA10086
  57. tristate "Philips TDA10086 based"
  58. depends on DVB_CORE && I2C
  59. default m if DVB_FE_CUSTOMISE
  60. help
  61. A DVB-S tuner module. Say Y when you want to support this frontend.
  62. comment "DVB-T (terrestrial) frontends"
  63. depends on DVB_CORE
  64. config DVB_SP8870
  65. tristate "Spase sp8870 based"
  66. depends on DVB_CORE && I2C
  67. default m if DVB_FE_CUSTOMISE
  68. select FW_LOADER
  69. help
  70. A DVB-T tuner module. Say Y when you want to support this frontend.
  71. This driver needs external firmware. Please use the command
  72. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
  73. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  74. or /lib/firmware (depending on configuration of firmware hotplug).
  75. config DVB_SP887X
  76. tristate "Spase sp887x based"
  77. depends on DVB_CORE && I2C
  78. default m if DVB_FE_CUSTOMISE
  79. select FW_LOADER
  80. help
  81. A DVB-T tuner module. Say Y when you want to support this frontend.
  82. This driver needs external firmware. Please use the command
  83. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
  84. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  85. or /lib/firmware (depending on configuration of firmware hotplug).
  86. config DVB_CX22700
  87. tristate "Conexant CX22700 based"
  88. depends on DVB_CORE && I2C
  89. default m if DVB_FE_CUSTOMISE
  90. help
  91. A DVB-T tuner module. Say Y when you want to support this frontend.
  92. config DVB_CX22702
  93. tristate "Conexant cx22702 demodulator (OFDM)"
  94. depends on DVB_CORE && I2C
  95. default m if DVB_FE_CUSTOMISE
  96. help
  97. A DVB-T tuner module. Say Y when you want to support this frontend.
  98. config DVB_L64781
  99. tristate "LSI L64781"
  100. depends on DVB_CORE && I2C
  101. default m if DVB_FE_CUSTOMISE
  102. help
  103. A DVB-T tuner module. Say Y when you want to support this frontend.
  104. config DVB_TDA1004X
  105. tristate "Philips TDA10045H/TDA10046H based"
  106. depends on DVB_CORE && I2C
  107. default m if DVB_FE_CUSTOMISE
  108. select FW_LOADER
  109. help
  110. A DVB-T tuner module. Say Y when you want to support this frontend.
  111. This driver needs external firmware. Please use the commands
  112. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
  113. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
  114. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  115. or /lib/firmware (depending on configuration of firmware hotplug).
  116. config DVB_NXT6000
  117. tristate "NxtWave Communications NXT6000 based"
  118. depends on DVB_CORE && I2C
  119. default m if DVB_FE_CUSTOMISE
  120. help
  121. A DVB-T tuner module. Say Y when you want to support this frontend.
  122. config DVB_MT352
  123. tristate "Zarlink MT352 based"
  124. depends on DVB_CORE && I2C
  125. default m if DVB_FE_CUSTOMISE
  126. help
  127. A DVB-T tuner module. Say Y when you want to support this frontend.
  128. config DVB_ZL10353
  129. tristate "Zarlink ZL10353 based"
  130. depends on DVB_CORE && I2C
  131. default m if DVB_FE_CUSTOMISE
  132. help
  133. A DVB-T tuner module. Say Y when you want to support this frontend.
  134. config DVB_DIB3000MB
  135. tristate "DiBcom 3000M-B"
  136. depends on DVB_CORE && I2C
  137. default m if DVB_FE_CUSTOMISE
  138. help
  139. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  140. to support this frontend.
  141. config DVB_DIB3000MC
  142. tristate "DiBcom 3000P/M-C"
  143. depends on DVB_CORE && I2C
  144. default m if DVB_FE_CUSTOMISE
  145. help
  146. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  147. to support this frontend.
  148. config DVB_DIB7000M
  149. tristate "DiBcom 7000MA/MB/PA/PB/MC"
  150. depends on DVB_CORE && I2C
  151. default m if DVB_FE_CUSTOMISE
  152. help
  153. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  154. to support this frontend.
  155. config DVB_DIB7000P
  156. tristate "DiBcom 7000PC"
  157. depends on DVB_CORE && I2C
  158. default m if DVB_FE_CUSTOMISE
  159. help
  160. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  161. to support this frontend.
  162. config DVB_TDA10048
  163. tristate "Philips TDA10048HN based"
  164. depends on DVB_CORE && I2C
  165. default m if DVB_FE_CUSTOMISE
  166. select FW_LOADER
  167. help
  168. A DVB-T tuner module. Say Y when you want to support this frontend.
  169. comment "DVB-C (cable) frontends"
  170. depends on DVB_CORE
  171. config DVB_VES1820
  172. tristate "VLSI VES1820 based"
  173. depends on DVB_CORE && I2C
  174. default m if DVB_FE_CUSTOMISE
  175. help
  176. A DVB-C tuner module. Say Y when you want to support this frontend.
  177. config DVB_TDA10021
  178. tristate "Philips TDA10021 based"
  179. depends on DVB_CORE && I2C
  180. default m if DVB_FE_CUSTOMISE
  181. help
  182. A DVB-C tuner module. Say Y when you want to support this frontend.
  183. config DVB_TDA10023
  184. tristate "Philips TDA10023 based"
  185. depends on DVB_CORE && I2C
  186. default m if DVB_FE_CUSTOMISE
  187. help
  188. A DVB-C tuner module. Say Y when you want to support this frontend.
  189. config DVB_STV0297
  190. tristate "ST STV0297 based"
  191. depends on DVB_CORE && I2C
  192. default m if DVB_FE_CUSTOMISE
  193. help
  194. A DVB-C tuner module. Say Y when you want to support this frontend.
  195. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  196. depends on DVB_CORE
  197. config DVB_NXT200X
  198. tristate "NxtWave Communications NXT2002/NXT2004 based"
  199. depends on DVB_CORE && I2C
  200. default m if DVB_FE_CUSTOMISE
  201. select FW_LOADER
  202. help
  203. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  204. to support this frontend.
  205. This driver needs external firmware. Please use the commands
  206. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  207. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  208. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  209. or /lib/firmware (depending on configuration of firmware hotplug).
  210. config DVB_OR51211
  211. tristate "Oren OR51211 based"
  212. depends on DVB_CORE && I2C
  213. default m if DVB_FE_CUSTOMISE
  214. select FW_LOADER
  215. help
  216. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  217. This driver needs external firmware. Please use the command
  218. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  219. download it, and then copy it to /usr/lib/hotplug/firmware
  220. or /lib/firmware (depending on configuration of firmware hotplug).
  221. config DVB_OR51132
  222. tristate "Oren OR51132 based"
  223. depends on DVB_CORE && I2C
  224. default m if DVB_FE_CUSTOMISE
  225. select FW_LOADER
  226. help
  227. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  228. to support this frontend.
  229. This driver needs external firmware. Please use the commands
  230. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  231. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  232. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  233. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  234. configuration of firmware hotplug).
  235. config DVB_BCM3510
  236. tristate "Broadcom BCM3510"
  237. depends on DVB_CORE && I2C
  238. default m if DVB_FE_CUSTOMISE
  239. select FW_LOADER
  240. help
  241. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  242. support this frontend.
  243. config DVB_LGDT330X
  244. tristate "LG Electronics LGDT3302/LGDT3303 based"
  245. depends on DVB_CORE && I2C
  246. default m if DVB_FE_CUSTOMISE
  247. help
  248. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  249. to support this frontend.
  250. config DVB_S5H1409
  251. tristate "Samsung S5H1409 based"
  252. depends on DVB_CORE && I2C
  253. default m if DVB_FE_CUSTOMISE
  254. help
  255. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  256. to support this frontend.
  257. config DVB_AU8522
  258. tristate "Auvitek AU8522 based"
  259. depends on DVB_CORE && I2C
  260. default m if DVB_FE_CUSTOMISE
  261. help
  262. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  263. to support this frontend.
  264. comment "Tuners/PLL support"
  265. depends on DVB_CORE
  266. config DVB_PLL
  267. tristate "Generic I2C PLL based tuners"
  268. depends on DVB_CORE && I2C
  269. default m if DVB_FE_CUSTOMISE
  270. help
  271. This module drives a number of tuners based on PLL chips with a
  272. common I2C interface. Say Y when you want to support these tuners.
  273. config DVB_TDA826X
  274. tristate "Philips TDA826X silicon tuner"
  275. depends on DVB_CORE && I2C
  276. default m if DVB_FE_CUSTOMISE
  277. help
  278. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  279. config DVB_TDA827X
  280. tristate "Philips TDA827X silicon tuner"
  281. depends on DVB_CORE && I2C
  282. default m if DVB_FE_CUSTOMISE
  283. help
  284. A DVB-T silicon tuner module. Say Y when you want to support this tuner.
  285. config DVB_TDA18271
  286. tristate "NXP TDA18271 silicon tuner"
  287. depends on I2C
  288. default m if DVB_FE_CUSTOMISE
  289. help
  290. A silicon tuner module. Say Y when you want to support this tuner.
  291. config DVB_TUNER_QT1010
  292. tristate "Quantek QT1010 silicon tuner"
  293. depends on DVB_CORE && I2C
  294. default m if DVB_FE_CUSTOMISE
  295. help
  296. A driver for the silicon tuner QT1010 from Quantek.
  297. config DVB_TUNER_MT2060
  298. tristate "Microtune MT2060 silicon IF tuner"
  299. depends on I2C
  300. default m if DVB_FE_CUSTOMISE
  301. help
  302. A driver for the silicon IF tuner MT2060 from Microtune.
  303. config DVB_TUNER_MT2266
  304. tristate "Microtune MT2266 silicon tuner"
  305. depends on I2C
  306. default m if DVB_FE_CUSTOMISE
  307. help
  308. A driver for the silicon baseband tuner MT2266 from Microtune.
  309. config DVB_TUNER_MT2131
  310. tristate "Microtune MT2131 silicon tuner"
  311. depends on I2C
  312. default m if DVB_FE_CUSTOMISE
  313. help
  314. A driver for the silicon baseband tuner MT2131 from Microtune.
  315. config DVB_TUNER_DIB0070
  316. tristate "DiBcom DiB0070 silicon base-band tuner"
  317. depends on I2C
  318. default m if DVB_FE_CUSTOMISE
  319. help
  320. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  321. This device is only used inside a SiP called togther with a
  322. demodulator for now.
  323. config DVB_TUNER_XC5000
  324. tristate "Xceive XC5000 silicon tuner"
  325. depends on I2C
  326. default m if DVB_FE_CUSTOMISE
  327. help
  328. A driver for the silicon tuner XC5000 from Xceive.
  329. This device is only used inside a SiP called togther with a
  330. demodulator for now.
  331. config DVB_TUNER_ITD1000
  332. tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  333. depends on DVB_CORE && I2C
  334. default m if DVB_FE_CUSTOMISE
  335. comment "Miscellaneous devices"
  336. depends on DVB_CORE
  337. config DVB_LNBP21
  338. tristate "LNBP21 SEC controller"
  339. depends on DVB_CORE && I2C
  340. default m if DVB_FE_CUSTOMISE
  341. help
  342. An SEC control chip.
  343. config DVB_ISL6405
  344. tristate "ISL6405 SEC controller"
  345. depends on DVB_CORE && I2C
  346. default m if DVB_FE_CUSTOMISE
  347. help
  348. An SEC control chip.
  349. config DVB_ISL6421
  350. tristate "ISL6421 SEC controller"
  351. depends on DVB_CORE && I2C
  352. default m if DVB_FE_CUSTOMISE
  353. help
  354. An SEC control chip.
  355. config DVB_TUA6100
  356. tristate "TUA6100 PLL"
  357. depends on DVB_CORE && I2C
  358. default m if DVB_FE_CUSTOMISE
  359. help
  360. A DVBS PLL chip.
  361. endmenu