Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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_CX24110
  15. tristate "Conexant CX24110 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_CX24123
  21. tristate "Conexant CX24123 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_MT312
  27. tristate "Zarlink VP310/MT312/ZL10313 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_S5H1420
  33. tristate "Samsung S5H1420 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_STV0288
  39. tristate "ST STV0288 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_STB6000
  45. tristate "ST STB6000 silicon tuner"
  46. depends on DVB_CORE && I2C
  47. default m if DVB_FE_CUSTOMISE
  48. help
  49. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  50. config DVB_STV0299
  51. tristate "ST STV0299 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_TDA8083
  57. tristate "Philips TDA8083 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. config DVB_TDA10086
  63. tristate "Philips TDA10086 based"
  64. depends on DVB_CORE && I2C
  65. default m if DVB_FE_CUSTOMISE
  66. help
  67. A DVB-S tuner module. Say Y when you want to support this frontend.
  68. config DVB_VES1X93
  69. tristate "VLSI VES1893 or VES1993 based"
  70. depends on DVB_CORE && I2C
  71. default m if DVB_FE_CUSTOMISE
  72. help
  73. A DVB-S tuner module. Say Y when you want to support this frontend.
  74. config DVB_TUNER_ITD1000
  75. tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  76. depends on DVB_CORE && I2C
  77. default m if DVB_FE_CUSTOMISE
  78. help
  79. A DVB-S tuner module. Say Y when you want to support this frontend.
  80. config DVB_TDA826X
  81. tristate "Philips TDA826X silicon tuner"
  82. depends on DVB_CORE && I2C
  83. default m if DVB_FE_CUSTOMISE
  84. help
  85. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  86. config DVB_TUA6100
  87. tristate "Infineon TUA6100 PLL"
  88. depends on DVB_CORE && I2C
  89. default m if DVB_FE_CUSTOMISE
  90. help
  91. A DVB-S PLL chip.
  92. config DVB_CX24116
  93. tristate "Conexant CX24116 based"
  94. depends on DVB_CORE && I2C
  95. default m if DVB_FE_CUSTOMISE
  96. help
  97. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  98. config DVB_SI21XX
  99. tristate "Silicon Labs SI21XX based"
  100. depends on DVB_CORE && I2C
  101. default m if DVB_FE_CUSTOMISE
  102. help
  103. A DVB-S tuner module. Say Y when you want to support this frontend.
  104. comment "DVB-T (terrestrial) frontends"
  105. depends on DVB_CORE
  106. config DVB_SP8870
  107. tristate "Spase sp8870 based"
  108. depends on DVB_CORE && I2C
  109. default m if DVB_FE_CUSTOMISE
  110. help
  111. A DVB-T tuner module. Say Y when you want to support this frontend.
  112. This driver needs external firmware. Please use the command
  113. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
  114. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  115. or /lib/firmware (depending on configuration of firmware hotplug).
  116. config DVB_SP887X
  117. tristate "Spase sp887x 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. This driver needs external firmware. Please use the command
  123. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
  124. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  125. or /lib/firmware (depending on configuration of firmware hotplug).
  126. config DVB_CX22700
  127. tristate "Conexant CX22700 based"
  128. depends on DVB_CORE && I2C
  129. default m if DVB_FE_CUSTOMISE
  130. help
  131. A DVB-T tuner module. Say Y when you want to support this frontend.
  132. config DVB_CX22702
  133. tristate "Conexant cx22702 demodulator (OFDM)"
  134. depends on DVB_CORE && I2C
  135. default m if DVB_FE_CUSTOMISE
  136. help
  137. A DVB-T tuner module. Say Y when you want to support this frontend.
  138. config DVB_DRX397XD
  139. tristate "Micronas DRX3975D/DRX3977D based"
  140. depends on DVB_CORE && I2C
  141. default m if DVB_FE_CUSTOMISE
  142. help
  143. A DVB-T tuner module. Say Y when you want to support this frontend.
  144. TODO:
  145. This driver needs external firmware. Please use the command
  146. "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
  147. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  148. or /lib/firmware (depending on configuration of firmware hotplug).
  149. config DVB_L64781
  150. tristate "LSI L64781"
  151. depends on DVB_CORE && I2C
  152. default m if DVB_FE_CUSTOMISE
  153. help
  154. A DVB-T tuner module. Say Y when you want to support this frontend.
  155. config DVB_TDA1004X
  156. tristate "Philips TDA10045H/TDA10046H based"
  157. depends on DVB_CORE && I2C
  158. default m if DVB_FE_CUSTOMISE
  159. help
  160. A DVB-T tuner module. Say Y when you want to support this frontend.
  161. This driver needs external firmware. Please use the commands
  162. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
  163. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
  164. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  165. or /lib/firmware (depending on configuration of firmware hotplug).
  166. config DVB_NXT6000
  167. tristate "NxtWave Communications NXT6000 based"
  168. depends on DVB_CORE && I2C
  169. default m if DVB_FE_CUSTOMISE
  170. help
  171. A DVB-T tuner module. Say Y when you want to support this frontend.
  172. config DVB_MT352
  173. tristate "Zarlink MT352 based"
  174. depends on DVB_CORE && I2C
  175. default m if DVB_FE_CUSTOMISE
  176. help
  177. A DVB-T tuner module. Say Y when you want to support this frontend.
  178. config DVB_ZL10353
  179. tristate "Zarlink ZL10353 based"
  180. depends on DVB_CORE && I2C
  181. default m if DVB_FE_CUSTOMISE
  182. help
  183. A DVB-T tuner module. Say Y when you want to support this frontend.
  184. config DVB_DIB3000MB
  185. tristate "DiBcom 3000M-B"
  186. depends on DVB_CORE && I2C
  187. default m if DVB_FE_CUSTOMISE
  188. help
  189. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  190. to support this frontend.
  191. config DVB_DIB3000MC
  192. tristate "DiBcom 3000P/M-C"
  193. depends on DVB_CORE && I2C
  194. default m if DVB_FE_CUSTOMISE
  195. help
  196. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  197. to support this frontend.
  198. config DVB_DIB7000M
  199. tristate "DiBcom 7000MA/MB/PA/PB/MC"
  200. depends on DVB_CORE && I2C
  201. default m if DVB_FE_CUSTOMISE
  202. help
  203. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  204. to support this frontend.
  205. config DVB_DIB7000P
  206. tristate "DiBcom 7000PC"
  207. depends on DVB_CORE && I2C
  208. default m if DVB_FE_CUSTOMISE
  209. help
  210. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  211. to support this frontend.
  212. config DVB_TDA10048
  213. tristate "Philips TDA10048HN based"
  214. depends on DVB_CORE && I2C
  215. default m if DVB_FE_CUSTOMISE
  216. help
  217. A DVB-T tuner module. Say Y when you want to support this frontend.
  218. comment "DVB-C (cable) frontends"
  219. depends on DVB_CORE
  220. config DVB_VES1820
  221. tristate "VLSI VES1820 based"
  222. depends on DVB_CORE && I2C
  223. default m if DVB_FE_CUSTOMISE
  224. help
  225. A DVB-C tuner module. Say Y when you want to support this frontend.
  226. config DVB_TDA10021
  227. tristate "Philips TDA10021 based"
  228. depends on DVB_CORE && I2C
  229. default m if DVB_FE_CUSTOMISE
  230. help
  231. A DVB-C tuner module. Say Y when you want to support this frontend.
  232. config DVB_TDA10023
  233. tristate "Philips TDA10023 based"
  234. depends on DVB_CORE && I2C
  235. default m if DVB_FE_CUSTOMISE
  236. help
  237. A DVB-C tuner module. Say Y when you want to support this frontend.
  238. config DVB_STV0297
  239. tristate "ST STV0297 based"
  240. depends on DVB_CORE && I2C
  241. default m if DVB_FE_CUSTOMISE
  242. help
  243. A DVB-C tuner module. Say Y when you want to support this frontend.
  244. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  245. depends on DVB_CORE
  246. config DVB_NXT200X
  247. tristate "NxtWave Communications NXT2002/NXT2004 based"
  248. depends on DVB_CORE && I2C
  249. default m if DVB_FE_CUSTOMISE
  250. help
  251. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  252. to support this frontend.
  253. This driver needs external firmware. Please use the commands
  254. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  255. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  256. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  257. or /lib/firmware (depending on configuration of firmware hotplug).
  258. config DVB_OR51211
  259. tristate "Oren OR51211 based"
  260. depends on DVB_CORE && I2C
  261. default m if DVB_FE_CUSTOMISE
  262. help
  263. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  264. This driver needs external firmware. Please use the command
  265. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  266. download it, and then copy it to /usr/lib/hotplug/firmware
  267. or /lib/firmware (depending on configuration of firmware hotplug).
  268. config DVB_OR51132
  269. tristate "Oren OR51132 based"
  270. depends on DVB_CORE && I2C
  271. default m if DVB_FE_CUSTOMISE
  272. help
  273. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  274. to support this frontend.
  275. This driver needs external firmware. Please use the commands
  276. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  277. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  278. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  279. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  280. configuration of firmware hotplug).
  281. config DVB_BCM3510
  282. tristate "Broadcom BCM3510"
  283. depends on DVB_CORE && I2C
  284. default m if DVB_FE_CUSTOMISE
  285. help
  286. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  287. support this frontend.
  288. config DVB_LGDT330X
  289. tristate "LG Electronics LGDT3302/LGDT3303 based"
  290. depends on DVB_CORE && I2C
  291. default m if DVB_FE_CUSTOMISE
  292. help
  293. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  294. to support this frontend.
  295. config DVB_S5H1409
  296. tristate "Samsung S5H1409 based"
  297. depends on DVB_CORE && I2C
  298. default m if DVB_FE_CUSTOMISE
  299. help
  300. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  301. to support this frontend.
  302. config DVB_AU8522
  303. tristate "Auvitek AU8522 based"
  304. depends on DVB_CORE && I2C
  305. default m if DVB_FE_CUSTOMISE
  306. help
  307. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  308. to support this frontend.
  309. config DVB_S5H1411
  310. tristate "Samsung S5H1411 based"
  311. depends on DVB_CORE && I2C
  312. default m if DVB_FE_CUSTOMISE
  313. help
  314. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  315. to support this frontend.
  316. comment "Digital terrestrial only tuners/PLL"
  317. depends on DVB_CORE
  318. config DVB_PLL
  319. tristate "Generic I2C PLL based tuners"
  320. depends on DVB_CORE && I2C
  321. default m if DVB_FE_CUSTOMISE
  322. help
  323. This module drives a number of tuners based on PLL chips with a
  324. common I2C interface. Say Y when you want to support these tuners.
  325. config DVB_TUNER_DIB0070
  326. tristate "DiBcom DiB0070 silicon base-band tuner"
  327. depends on I2C
  328. default m if DVB_FE_CUSTOMISE
  329. help
  330. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  331. This device is only used inside a SiP called togther with a
  332. demodulator for now.
  333. comment "SEC control devices for DVB-S"
  334. depends on DVB_CORE
  335. config DVB_LNBP21
  336. tristate "LNBP21 SEC controller"
  337. depends on DVB_CORE && I2C
  338. default m if DVB_FE_CUSTOMISE
  339. help
  340. An SEC control chip.
  341. config DVB_ISL6405
  342. tristate "ISL6405 SEC controller"
  343. depends on DVB_CORE && I2C
  344. default m if DVB_FE_CUSTOMISE
  345. help
  346. An SEC control chip.
  347. config DVB_ISL6421
  348. tristate "ISL6421 SEC controller"
  349. depends on DVB_CORE && I2C
  350. default m if DVB_FE_CUSTOMISE
  351. help
  352. An SEC control chip.
  353. config DVB_LGS8GL5
  354. tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
  355. depends on DVB_CORE && I2C
  356. default m if DVB_FE_CUSTOMISE
  357. help
  358. A DMB-TH tuner module. Say Y when you want to support this frontend.
  359. comment "Tools to develop new frontends"
  360. config DVB_DUMMY_FE
  361. tristate "Dummy frontend driver"
  362. default n
  363. config DVB_AF9013
  364. tristate "Afatech AF9013 demodulator"
  365. depends on DVB_CORE && I2C
  366. default m if DVB_FE_CUSTOMISE
  367. help
  368. Say Y when you want to support this frontend.
  369. endmenu