Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. config DVB_FE_CUSTOMISE
  2. bool "Customise the frontend modules to build"
  3. depends on DVB_CORE
  4. default N
  5. help
  6. This allows the user to select/deselect frontend drivers for their
  7. hardware from the build.
  8. Use this option with care as deselecting frontends which are in fact
  9. necessary will result in DVB devices which cannot be tuned due to lack
  10. of driver support.
  11. If unsure say N.
  12. if DVB_FE_CUSTOMISE
  13. menu "Customise DVB Frontends"
  14. comment "Multistandard (satellite) frontends"
  15. depends on DVB_CORE
  16. config DVB_STB0899
  17. tristate "STB0899 based"
  18. depends on DVB_CORE && I2C
  19. default m if DVB_FE_CUSTOMISE
  20. help
  21. A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
  22. to support this demodulator based frontends
  23. config DVB_STB6100
  24. tristate "STB6100 based tuners"
  25. depends on DVB_CORE && I2C
  26. default m if DVB_FE_CUSTOMISE
  27. help
  28. A Silicon tuner from ST used in conjunction with the STB0899
  29. demodulator. Say Y when you want to support this tuner.
  30. config DVB_STV090x
  31. tristate "STV0900/STV0903(A/B) based"
  32. depends on DVB_CORE && I2C
  33. default m if DVB_FE_CUSTOMISE
  34. help
  35. DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
  36. Say Y when you want to support these frontends.
  37. config DVB_STV6110x
  38. tristate "STV6110/(A) based tuners"
  39. depends on DVB_CORE && I2C
  40. default m if DVB_FE_CUSTOMISE
  41. help
  42. A Silicon tuner that supports DVB-S and DVB-S2 modes
  43. comment "DVB-S (satellite) frontends"
  44. depends on DVB_CORE
  45. config DVB_CX24110
  46. tristate "Conexant CX24110 based"
  47. depends on DVB_CORE && I2C
  48. default m if DVB_FE_CUSTOMISE
  49. help
  50. A DVB-S tuner module. Say Y when you want to support this frontend.
  51. config DVB_CX24123
  52. tristate "Conexant CX24123 based"
  53. depends on DVB_CORE && I2C
  54. default m if DVB_FE_CUSTOMISE
  55. help
  56. A DVB-S tuner module. Say Y when you want to support this frontend.
  57. config DVB_MT312
  58. tristate "Zarlink VP310/MT312/ZL10313 based"
  59. depends on DVB_CORE && I2C
  60. default m if DVB_FE_CUSTOMISE
  61. help
  62. A DVB-S tuner module. Say Y when you want to support this frontend.
  63. config DVB_ZL10036
  64. tristate "Zarlink ZL10036 silicon tuner"
  65. depends on DVB_CORE && I2C
  66. default m if DVB_FE_CUSTOMISE
  67. help
  68. A DVB-S tuner module. Say Y when you want to support this frontend.
  69. config DVB_ZL10039
  70. tristate "Zarlink ZL10039 silicon tuner"
  71. depends on DVB_CORE && I2C
  72. default m if DVB_FE_CUSTOMISE
  73. help
  74. A DVB-S tuner module. Say Y when you want to support this frontend.
  75. config DVB_S5H1420
  76. tristate "Samsung S5H1420 based"
  77. depends on DVB_CORE && I2C
  78. default m if DVB_FE_CUSTOMISE
  79. help
  80. A DVB-S tuner module. Say Y when you want to support this frontend.
  81. config DVB_STV0288
  82. tristate "ST STV0288 based"
  83. depends on DVB_CORE && I2C
  84. default m if DVB_FE_CUSTOMISE
  85. help
  86. A DVB-S tuner module. Say Y when you want to support this frontend.
  87. config DVB_STB6000
  88. tristate "ST STB6000 silicon tuner"
  89. depends on DVB_CORE && I2C
  90. default m if DVB_FE_CUSTOMISE
  91. help
  92. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  93. config DVB_STV0299
  94. tristate "ST STV0299 based"
  95. depends on DVB_CORE && I2C
  96. default m if DVB_FE_CUSTOMISE
  97. help
  98. A DVB-S tuner module. Say Y when you want to support this frontend.
  99. config DVB_STV6110
  100. tristate "ST STV6110 silicon tuner"
  101. depends on DVB_CORE && I2C
  102. default m if DVB_FE_CUSTOMISE
  103. help
  104. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  105. config DVB_STV0900
  106. tristate "ST STV0900 based"
  107. depends on DVB_CORE && I2C
  108. default m if DVB_FE_CUSTOMISE
  109. help
  110. A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
  111. config DVB_TDA8083
  112. tristate "Philips TDA8083 based"
  113. depends on DVB_CORE && I2C
  114. default m if DVB_FE_CUSTOMISE
  115. help
  116. A DVB-S tuner module. Say Y when you want to support this frontend.
  117. config DVB_TDA10086
  118. tristate "Philips TDA10086 based"
  119. depends on DVB_CORE && I2C
  120. default m if DVB_FE_CUSTOMISE
  121. help
  122. A DVB-S tuner module. Say Y when you want to support this frontend.
  123. config DVB_TDA8261
  124. tristate "Philips TDA8261 based"
  125. depends on DVB_CORE && I2C
  126. default m if DVB_FE_CUSTOMISE
  127. help
  128. A DVB-S tuner module. Say Y when you want to support this frontend.
  129. config DVB_VES1X93
  130. tristate "VLSI VES1893 or VES1993 based"
  131. depends on DVB_CORE && I2C
  132. default m if DVB_FE_CUSTOMISE
  133. help
  134. A DVB-S tuner module. Say Y when you want to support this frontend.
  135. config DVB_TUNER_ITD1000
  136. tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  137. depends on DVB_CORE && I2C
  138. default m if DVB_FE_CUSTOMISE
  139. help
  140. A DVB-S tuner module. Say Y when you want to support this frontend.
  141. config DVB_TUNER_CX24113
  142. tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
  143. depends on DVB_CORE && I2C
  144. default m if DVB_FE_CUSTOMISE
  145. help
  146. A DVB-S tuner module. Say Y when you want to support this frontend.
  147. config DVB_TDA826X
  148. tristate "Philips TDA826X silicon tuner"
  149. depends on DVB_CORE && I2C
  150. default m if DVB_FE_CUSTOMISE
  151. help
  152. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  153. config DVB_TUA6100
  154. tristate "Infineon TUA6100 PLL"
  155. depends on DVB_CORE && I2C
  156. default m if DVB_FE_CUSTOMISE
  157. help
  158. A DVB-S PLL chip.
  159. config DVB_CX24116
  160. tristate "Conexant CX24116 based"
  161. depends on DVB_CORE && I2C
  162. default m if DVB_FE_CUSTOMISE
  163. help
  164. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  165. config DVB_SI21XX
  166. tristate "Silicon Labs SI21XX based"
  167. depends on DVB_CORE && I2C
  168. default m if DVB_FE_CUSTOMISE
  169. help
  170. A DVB-S tuner module. Say Y when you want to support this frontend.
  171. config DVB_DS3000
  172. tristate "Montage Tehnology DS3000 based"
  173. depends on DVB_CORE && I2C
  174. default m if DVB_FE_CUSTOMISE
  175. help
  176. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  177. comment "DVB-T (terrestrial) frontends"
  178. depends on DVB_CORE
  179. config DVB_SP8870
  180. tristate "Spase sp8870 based"
  181. depends on DVB_CORE && I2C
  182. default m if DVB_FE_CUSTOMISE
  183. help
  184. A DVB-T tuner module. Say Y when you want to support this frontend.
  185. This driver needs external firmware. Please use the command
  186. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
  187. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  188. or /lib/firmware (depending on configuration of firmware hotplug).
  189. config DVB_SP887X
  190. tristate "Spase sp887x based"
  191. depends on DVB_CORE && I2C
  192. default m if DVB_FE_CUSTOMISE
  193. help
  194. A DVB-T tuner module. Say Y when you want to support this frontend.
  195. This driver needs external firmware. Please use the command
  196. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
  197. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  198. or /lib/firmware (depending on configuration of firmware hotplug).
  199. config DVB_CX22700
  200. tristate "Conexant CX22700 based"
  201. depends on DVB_CORE && I2C
  202. default m if DVB_FE_CUSTOMISE
  203. help
  204. A DVB-T tuner module. Say Y when you want to support this frontend.
  205. config DVB_CX22702
  206. tristate "Conexant cx22702 demodulator (OFDM)"
  207. depends on DVB_CORE && I2C
  208. default m if DVB_FE_CUSTOMISE
  209. help
  210. A DVB-T tuner module. Say Y when you want to support this frontend.
  211. config DVB_DRX397XD
  212. tristate "Micronas DRX3975D/DRX3977D based"
  213. depends on DVB_CORE && I2C
  214. default m if DVB_FE_CUSTOMISE
  215. help
  216. A DVB-T tuner module. Say Y when you want to support this frontend.
  217. TODO:
  218. This driver needs external firmware. Please use the command
  219. "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
  220. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  221. or /lib/firmware (depending on configuration of firmware hotplug).
  222. config DVB_L64781
  223. tristate "LSI L64781"
  224. depends on DVB_CORE && I2C
  225. default m if DVB_FE_CUSTOMISE
  226. help
  227. A DVB-T tuner module. Say Y when you want to support this frontend.
  228. config DVB_TDA1004X
  229. tristate "Philips TDA10045H/TDA10046H based"
  230. depends on DVB_CORE && I2C
  231. default m if DVB_FE_CUSTOMISE
  232. help
  233. A DVB-T tuner module. Say Y when you want to support this frontend.
  234. This driver needs external firmware. Please use the commands
  235. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
  236. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
  237. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  238. or /lib/firmware (depending on configuration of firmware hotplug).
  239. config DVB_NXT6000
  240. tristate "NxtWave Communications NXT6000 based"
  241. depends on DVB_CORE && I2C
  242. default m if DVB_FE_CUSTOMISE
  243. help
  244. A DVB-T tuner module. Say Y when you want to support this frontend.
  245. config DVB_MT352
  246. tristate "Zarlink MT352 based"
  247. depends on DVB_CORE && I2C
  248. default m if DVB_FE_CUSTOMISE
  249. help
  250. A DVB-T tuner module. Say Y when you want to support this frontend.
  251. config DVB_ZL10353
  252. tristate "Zarlink ZL10353 based"
  253. depends on DVB_CORE && I2C
  254. default m if DVB_FE_CUSTOMISE
  255. help
  256. A DVB-T tuner module. Say Y when you want to support this frontend.
  257. config DVB_DIB3000MB
  258. tristate "DiBcom 3000M-B"
  259. depends on DVB_CORE && I2C
  260. default m if DVB_FE_CUSTOMISE
  261. help
  262. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  263. to support this frontend.
  264. config DVB_DIB3000MC
  265. tristate "DiBcom 3000P/M-C"
  266. depends on DVB_CORE && I2C
  267. default m if DVB_FE_CUSTOMISE
  268. help
  269. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  270. to support this frontend.
  271. config DVB_DIB7000M
  272. tristate "DiBcom 7000MA/MB/PA/PB/MC"
  273. depends on DVB_CORE && I2C
  274. default m if DVB_FE_CUSTOMISE
  275. help
  276. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  277. to support this frontend.
  278. config DVB_DIB7000P
  279. tristate "DiBcom 7000PC"
  280. depends on DVB_CORE && I2C
  281. default m if DVB_FE_CUSTOMISE
  282. help
  283. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  284. to support this frontend.
  285. config DVB_TDA10048
  286. tristate "Philips TDA10048HN based"
  287. depends on DVB_CORE && I2C
  288. default m if DVB_FE_CUSTOMISE
  289. help
  290. A DVB-T tuner module. Say Y when you want to support this frontend.
  291. config DVB_AF9013
  292. tristate "Afatech AF9013 demodulator"
  293. depends on DVB_CORE && I2C
  294. default m if DVB_FE_CUSTOMISE
  295. help
  296. Say Y when you want to support this frontend.
  297. config DVB_EC100
  298. tristate "E3C EC100"
  299. depends on DVB_CORE && I2C
  300. default m if DVB_FE_CUSTOMISE
  301. help
  302. Say Y when you want to support this frontend.
  303. comment "DVB-C (cable) frontends"
  304. depends on DVB_CORE
  305. config DVB_VES1820
  306. tristate "VLSI VES1820 based"
  307. depends on DVB_CORE && I2C
  308. default m if DVB_FE_CUSTOMISE
  309. help
  310. A DVB-C tuner module. Say Y when you want to support this frontend.
  311. config DVB_TDA10021
  312. tristate "Philips TDA10021 based"
  313. depends on DVB_CORE && I2C
  314. default m if DVB_FE_CUSTOMISE
  315. help
  316. A DVB-C tuner module. Say Y when you want to support this frontend.
  317. config DVB_TDA10023
  318. tristate "Philips TDA10023 based"
  319. depends on DVB_CORE && I2C
  320. default m if DVB_FE_CUSTOMISE
  321. help
  322. A DVB-C tuner module. Say Y when you want to support this frontend.
  323. config DVB_STV0297
  324. tristate "ST STV0297 based"
  325. depends on DVB_CORE && I2C
  326. default m if DVB_FE_CUSTOMISE
  327. help
  328. A DVB-C tuner module. Say Y when you want to support this frontend.
  329. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  330. depends on DVB_CORE
  331. config DVB_NXT200X
  332. tristate "NxtWave Communications NXT2002/NXT2004 based"
  333. depends on DVB_CORE && I2C
  334. default m if DVB_FE_CUSTOMISE
  335. help
  336. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  337. to support this frontend.
  338. This driver needs external firmware. Please use the commands
  339. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  340. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  341. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  342. or /lib/firmware (depending on configuration of firmware hotplug).
  343. config DVB_OR51211
  344. tristate "Oren OR51211 based"
  345. depends on DVB_CORE && I2C
  346. default m if DVB_FE_CUSTOMISE
  347. help
  348. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  349. This driver needs external firmware. Please use the command
  350. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  351. download it, and then copy it to /usr/lib/hotplug/firmware
  352. or /lib/firmware (depending on configuration of firmware hotplug).
  353. config DVB_OR51132
  354. tristate "Oren OR51132 based"
  355. depends on DVB_CORE && I2C
  356. default m if DVB_FE_CUSTOMISE
  357. help
  358. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  359. to support this frontend.
  360. This driver needs external firmware. Please use the commands
  361. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  362. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  363. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  364. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  365. configuration of firmware hotplug).
  366. config DVB_BCM3510
  367. tristate "Broadcom BCM3510"
  368. depends on DVB_CORE && I2C
  369. default m if DVB_FE_CUSTOMISE
  370. help
  371. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  372. support this frontend.
  373. config DVB_LGDT330X
  374. tristate "LG Electronics LGDT3302/LGDT3303 based"
  375. depends on DVB_CORE && I2C
  376. default m if DVB_FE_CUSTOMISE
  377. help
  378. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  379. to support this frontend.
  380. config DVB_LGDT3304
  381. tristate "LG Electronics LGDT3304"
  382. depends on DVB_CORE && I2C
  383. default m if DVB_FE_CUSTOMISE
  384. help
  385. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  386. to support this frontend.
  387. config DVB_LGDT3305
  388. tristate "LG Electronics LGDT3305 based"
  389. depends on DVB_CORE && I2C
  390. default m if DVB_FE_CUSTOMISE
  391. help
  392. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  393. to support this frontend.
  394. config DVB_S5H1409
  395. tristate "Samsung S5H1409 based"
  396. depends on DVB_CORE && I2C
  397. default m if DVB_FE_CUSTOMISE
  398. help
  399. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  400. to support this frontend.
  401. config DVB_AU8522
  402. tristate "Auvitek AU8522 based"
  403. depends on DVB_CORE && I2C && VIDEO_V4L2
  404. default m if DVB_FE_CUSTOMISE
  405. help
  406. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  407. to support this frontend.
  408. config DVB_S5H1411
  409. tristate "Samsung S5H1411 based"
  410. depends on DVB_CORE && I2C
  411. default m if DVB_FE_CUSTOMISE
  412. help
  413. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  414. to support this frontend.
  415. comment "ISDB-T (terrestrial) frontends"
  416. depends on DVB_CORE
  417. config DVB_S921
  418. tristate "Sharp S921 tuner"
  419. depends on DVB_CORE && I2C
  420. default m if DVB_FE_CUSTOMISE
  421. help
  422. AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
  423. Say Y when you want to support this frontend.
  424. config DVB_DIB8000
  425. tristate "DiBcom 8000MB/MC"
  426. depends on DVB_CORE && I2C
  427. default m if DVB_FE_CUSTOMISE
  428. help
  429. A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
  430. Say Y when you want to support this frontend.
  431. comment "Digital terrestrial only tuners/PLL"
  432. depends on DVB_CORE
  433. config DVB_PLL
  434. tristate "Generic I2C PLL based tuners"
  435. depends on DVB_CORE && I2C
  436. default m if DVB_FE_CUSTOMISE
  437. help
  438. This module drives a number of tuners based on PLL chips with a
  439. common I2C interface. Say Y when you want to support these tuners.
  440. config DVB_TUNER_DIB0070
  441. tristate "DiBcom DiB0070 silicon base-band tuner"
  442. depends on I2C
  443. default m if DVB_FE_CUSTOMISE
  444. help
  445. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  446. This device is only used inside a SiP called together with a
  447. demodulator for now.
  448. config DVB_TUNER_DIB0090
  449. tristate "DiBcom DiB0090 silicon base-band tuner"
  450. depends on I2C
  451. default m if DVB_FE_CUSTOMISE
  452. help
  453. A driver for the silicon baseband tuner DiB0090 from DiBcom.
  454. This device is only used inside a SiP called together with a
  455. demodulator for now.
  456. comment "SEC control devices for DVB-S"
  457. depends on DVB_CORE
  458. config DVB_LNBP21
  459. tristate "LNBP21/LNBH24 SEC controllers"
  460. depends on DVB_CORE && I2C
  461. default m if DVB_FE_CUSTOMISE
  462. help
  463. An SEC control chips.
  464. config DVB_ISL6405
  465. tristate "ISL6405 SEC controller"
  466. depends on DVB_CORE && I2C
  467. default m if DVB_FE_CUSTOMISE
  468. help
  469. An SEC control chip.
  470. config DVB_ISL6421
  471. tristate "ISL6421 SEC controller"
  472. depends on DVB_CORE && I2C
  473. default m if DVB_FE_CUSTOMISE
  474. help
  475. An SEC control chip.
  476. config DVB_ISL6423
  477. tristate "ISL6423 SEC controller"
  478. depends on DVB_CORE && I2C
  479. default m if DVB_FE_CUSTOMISE
  480. help
  481. A SEC controller chip from Intersil
  482. config DVB_LGS8GL5
  483. tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
  484. depends on DVB_CORE && I2C
  485. default m if DVB_FE_CUSTOMISE
  486. help
  487. A DMB-TH tuner module. Say Y when you want to support this frontend.
  488. config DVB_LGS8GXX
  489. tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
  490. depends on DVB_CORE && I2C
  491. default m if DVB_FE_CUSTOMISE
  492. help
  493. A DMB-TH tuner module. Say Y when you want to support this frontend.
  494. config DVB_ATBM8830
  495. tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
  496. depends on DVB_CORE && I2C
  497. default m if DVB_FE_CUSTOMISE
  498. help
  499. A DMB-TH tuner module. Say Y when you want to support this frontend.
  500. comment "Tools to develop new frontends"
  501. config DVB_DUMMY_FE
  502. tristate "Dummy frontend driver"
  503. default n
  504. endmenu
  505. endif