Kconfig 13 KB

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