diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/dvb/frontends/Kconfig | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 669 |
1 files changed, 669 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig new file mode 100644 index 00000000000..32e08e35152 --- /dev/null +++ b/drivers/media/dvb/frontends/Kconfig | |||
| @@ -0,0 +1,669 @@ | |||
| 1 | config DVB_FE_CUSTOMISE | ||
| 2 | bool "Customise the frontend modules to build" | ||
| 3 | depends on DVB_CORE | ||
| 4 | default y if EXPERT | ||
| 5 | help | ||
| 6 | This allows the user to select/deselect frontend drivers for their | ||
| 7 | hardware from the build. | ||
| 8 | |||
| 9 | Use this option with care as deselecting frontends which are in fact | ||
| 10 | necessary will result in DVB devices which cannot be tuned due to lack | ||
| 11 | of driver support. | ||
| 12 | |||
| 13 | If unsure say N. | ||
| 14 | |||
| 15 | menu "Customise DVB Frontends" | ||
| 16 | visible if DVB_FE_CUSTOMISE | ||
| 17 | |||
| 18 | comment "Multistandard (satellite) frontends" | ||
| 19 | depends on DVB_CORE | ||
| 20 | |||
| 21 | config DVB_STB0899 | ||
| 22 | tristate "STB0899 based" | ||
| 23 | depends on DVB_CORE && I2C | ||
| 24 | default m if DVB_FE_CUSTOMISE | ||
| 25 | help | ||
| 26 | A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want | ||
| 27 | to support this demodulator based frontends | ||
| 28 | |||
| 29 | config DVB_STB6100 | ||
| 30 | tristate "STB6100 based tuners" | ||
| 31 | depends on DVB_CORE && I2C | ||
| 32 | default m if DVB_FE_CUSTOMISE | ||
| 33 | help | ||
| 34 | A Silicon tuner from ST used in conjunction with the STB0899 | ||
| 35 | demodulator. Say Y when you want to support this tuner. | ||
| 36 | |||
| 37 | config DVB_STV090x | ||
| 38 | tristate "STV0900/STV0903(A/B) based" | ||
| 39 | depends on DVB_CORE && I2C | ||
| 40 | default m if DVB_FE_CUSTOMISE | ||
| 41 | help | ||
| 42 | DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. | ||
| 43 | Say Y when you want to support these frontends. | ||
| 44 | |||
| 45 | config DVB_STV6110x | ||
| 46 | tristate "STV6110/(A) based tuners" | ||
| 47 | depends on DVB_CORE && I2C | ||
| 48 | default m if DVB_FE_CUSTOMISE | ||
| 49 | help | ||
| 50 | A Silicon tuner that supports DVB-S and DVB-S2 modes | ||
| 51 | |||
| 52 | comment "Multistandard (cable + terrestrial) frontends" | ||
| 53 | depends on DVB_CORE | ||
| 54 | |||
| 55 | config DVB_DRXK | ||
| 56 | tristate "Micronas DRXK based" | ||
| 57 | depends on DVB_CORE && I2C | ||
| 58 | default m if DVB_FE_CUSTOMISE | ||
| 59 | help | ||
| 60 | Micronas DRX-K DVB-C/T demodulator. | ||
| 61 | |||
| 62 | Say Y when you want to support this frontend. | ||
| 63 | |||
| 64 | config DVB_TDA18271C2DD | ||
| 65 | tristate "NXP TDA18271C2 silicon tuner" | ||
| 66 | depends on DVB_CORE && I2C | ||
| 67 | default m if DVB_FE_CUSTOMISE | ||
| 68 | help | ||
| 69 | NXP TDA18271 silicon tuner. | ||
| 70 | |||
| 71 | Say Y when you want to support this tuner. | ||
| 72 | |||
| 73 | comment "DVB-S (satellite) frontends" | ||
| 74 | depends on DVB_CORE | ||
| 75 | |||
| 76 | config DVB_CX24110 | ||
| 77 | tristate "Conexant CX24110 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 | |||
| 83 | config DVB_CX24123 | ||
| 84 | tristate "Conexant CX24123 based" | ||
| 85 | depends on DVB_CORE && I2C | ||
| 86 | default m if DVB_FE_CUSTOMISE | ||
| 87 | help | ||
| 88 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 89 | |||
| 90 | config DVB_MT312 | ||
| 91 | tristate "Zarlink VP310/MT312/ZL10313 based" | ||
| 92 | depends on DVB_CORE && I2C | ||
| 93 | default m if DVB_FE_CUSTOMISE | ||
| 94 | help | ||
| 95 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 96 | |||
| 97 | config DVB_ZL10036 | ||
| 98 | tristate "Zarlink ZL10036 silicon tuner" | ||
| 99 | depends on DVB_CORE && I2C | ||
| 100 | default m if DVB_FE_CUSTOMISE | ||
| 101 | help | ||
| 102 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 103 | |||
| 104 | config DVB_ZL10039 | ||
| 105 | tristate "Zarlink ZL10039 silicon tuner" | ||
| 106 | depends on DVB_CORE && I2C | ||
| 107 | default m if DVB_FE_CUSTOMISE | ||
| 108 | help | ||
| 109 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 110 | |||
| 111 | config DVB_S5H1420 | ||
| 112 | tristate "Samsung S5H1420 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 | |||
| 118 | config DVB_STV0288 | ||
| 119 | tristate "ST STV0288 based" | ||
| 120 | depends on DVB_CORE && I2C | ||
| 121 | default m if DVB_FE_CUSTOMISE | ||
| 122 | help | ||
| 123 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 124 | |||
| 125 | config DVB_STB6000 | ||
| 126 | tristate "ST STB6000 silicon tuner" | ||
| 127 | depends on DVB_CORE && I2C | ||
| 128 | default m if DVB_FE_CUSTOMISE | ||
| 129 | help | ||
| 130 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
| 131 | |||
| 132 | config DVB_STV0299 | ||
| 133 | tristate "ST STV0299 based" | ||
| 134 | depends on DVB_CORE && I2C | ||
| 135 | default m if DVB_FE_CUSTOMISE | ||
| 136 | help | ||
| 137 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 138 | |||
| 139 | config DVB_STV6110 | ||
| 140 | tristate "ST STV6110 silicon tuner" | ||
| 141 | depends on DVB_CORE && I2C | ||
| 142 | default m if DVB_FE_CUSTOMISE | ||
| 143 | help | ||
| 144 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
| 145 | |||
| 146 | config DVB_STV0900 | ||
| 147 | tristate "ST STV0900 based" | ||
| 148 | depends on DVB_CORE && I2C | ||
| 149 | default m if DVB_FE_CUSTOMISE | ||
| 150 | help | ||
| 151 | A DVB-S/S2 demodulator. Say Y when you want to support this frontend. | ||
| 152 | |||
| 153 | config DVB_TDA8083 | ||
| 154 | tristate "Philips TDA8083 based" | ||
| 155 | depends on DVB_CORE && I2C | ||
| 156 | default m if DVB_FE_CUSTOMISE | ||
| 157 | help | ||
| 158 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 159 | |||
| 160 | config DVB_TDA10086 | ||
| 161 | tristate "Philips TDA10086 based" | ||
| 162 | depends on DVB_CORE && I2C | ||
| 163 | default m if DVB_FE_CUSTOMISE | ||
| 164 | help | ||
| 165 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 166 | |||
| 167 | config DVB_TDA8261 | ||
| 168 | tristate "Philips TDA8261 based" | ||
| 169 | depends on DVB_CORE && I2C | ||
| 170 | default m if DVB_FE_CUSTOMISE | ||
| 171 | help | ||
| 172 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 173 | |||
| 174 | config DVB_VES1X93 | ||
| 175 | tristate "VLSI VES1893 or VES1993 based" | ||
| 176 | depends on DVB_CORE && I2C | ||
| 177 | default m if DVB_FE_CUSTOMISE | ||
| 178 | help | ||
| 179 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 180 | |||
| 181 | config DVB_TUNER_ITD1000 | ||
| 182 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" | ||
| 183 | depends on DVB_CORE && I2C | ||
| 184 | default m if DVB_FE_CUSTOMISE | ||
| 185 | help | ||
| 186 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 187 | |||
| 188 | config DVB_TUNER_CX24113 | ||
| 189 | tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" | ||
| 190 | depends on DVB_CORE && I2C | ||
| 191 | default m if DVB_FE_CUSTOMISE | ||
| 192 | help | ||
| 193 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 194 | |||
| 195 | |||
| 196 | config DVB_TDA826X | ||
| 197 | tristate "Philips TDA826X silicon tuner" | ||
| 198 | depends on DVB_CORE && I2C | ||
| 199 | default m if DVB_FE_CUSTOMISE | ||
| 200 | help | ||
| 201 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
| 202 | |||
| 203 | config DVB_TUA6100 | ||
| 204 | tristate "Infineon TUA6100 PLL" | ||
| 205 | depends on DVB_CORE && I2C | ||
| 206 | default m if DVB_FE_CUSTOMISE | ||
| 207 | help | ||
| 208 | A DVB-S PLL chip. | ||
| 209 | |||
| 210 | config DVB_CX24116 | ||
| 211 | tristate "Conexant CX24116 based" | ||
| 212 | depends on DVB_CORE && I2C | ||
| 213 | default m if DVB_FE_CUSTOMISE | ||
| 214 | help | ||
| 215 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. | ||
| 216 | |||
| 217 | config DVB_SI21XX | ||
| 218 | tristate "Silicon Labs SI21XX based" | ||
| 219 | depends on DVB_CORE && I2C | ||
| 220 | default m if DVB_FE_CUSTOMISE | ||
| 221 | help | ||
| 222 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 223 | |||
| 224 | config DVB_DS3000 | ||
| 225 | tristate "Montage Tehnology DS3000 based" | ||
| 226 | depends on DVB_CORE && I2C | ||
| 227 | default m if DVB_FE_CUSTOMISE | ||
| 228 | help | ||
| 229 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. | ||
| 230 | |||
| 231 | config DVB_MB86A16 | ||
| 232 | tristate "Fujitsu MB86A16 based" | ||
| 233 | depends on DVB_CORE && I2C | ||
| 234 | default m if DVB_FE_CUSTOMISE | ||
| 235 | help | ||
| 236 | A DVB-S/DSS Direct Conversion reveiver. | ||
| 237 | Say Y when you want to support this frontend. | ||
| 238 | |||
| 239 | comment "DVB-T (terrestrial) frontends" | ||
| 240 | depends on DVB_CORE | ||
| 241 | |||
| 242 | config DVB_SP8870 | ||
| 243 | tristate "Spase sp8870 based" | ||
| 244 | depends on DVB_CORE && I2C | ||
| 245 | default m if DVB_FE_CUSTOMISE | ||
| 246 | help | ||
| 247 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 248 | |||
| 249 | This driver needs external firmware. Please use the command | ||
| 250 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to | ||
| 251 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | ||
| 252 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
| 253 | |||
| 254 | config DVB_SP887X | ||
| 255 | tristate "Spase sp887x based" | ||
| 256 | depends on DVB_CORE && I2C | ||
| 257 | default m if DVB_FE_CUSTOMISE | ||
| 258 | help | ||
| 259 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 260 | |||
| 261 | This driver needs external firmware. Please use the command | ||
| 262 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to | ||
| 263 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | ||
| 264 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
| 265 | |||
| 266 | config DVB_CX22700 | ||
| 267 | tristate "Conexant CX22700 based" | ||
| 268 | depends on DVB_CORE && I2C | ||
| 269 | default m if DVB_FE_CUSTOMISE | ||
| 270 | help | ||
| 271 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 272 | |||
| 273 | config DVB_CX22702 | ||
| 274 | tristate "Conexant cx22702 demodulator (OFDM)" | ||
| 275 | depends on DVB_CORE && I2C | ||
| 276 | default m if DVB_FE_CUSTOMISE | ||
| 277 | help | ||
| 278 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 279 | |||
| 280 | config DVB_S5H1432 | ||
| 281 | tristate "Samsung s5h1432 demodulator (OFDM)" | ||
| 282 | depends on DVB_CORE && I2C | ||
| 283 | default m if DVB_FE_CUSTOMISE | ||
| 284 | help | ||
| 285 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 286 | |||
| 287 | config DVB_DRXD | ||
| 288 | tristate "Micronas DRXD driver" | ||
| 289 | depends on DVB_CORE && I2C | ||
| 290 | default m if DVB_FE_CUSTOMISE | ||
| 291 | help | ||
| 292 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 293 | |||
| 294 | Note: this driver was based on vendor driver reference code (released | ||
| 295 | under the GPL) as opposed to the existing drx397xd driver, which | ||
| 296 | was written via reverse engineering. | ||
| 297 | |||
| 298 | config DVB_L64781 | ||
| 299 | tristate "LSI L64781" | ||
| 300 | depends on DVB_CORE && I2C | ||
| 301 | default m if DVB_FE_CUSTOMISE | ||
| 302 | help | ||
| 303 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 304 | |||
| 305 | config DVB_TDA1004X | ||
| 306 | tristate "Philips TDA10045H/TDA10046H based" | ||
| 307 | depends on DVB_CORE && I2C | ||
| 308 | default m if DVB_FE_CUSTOMISE | ||
| 309 | help | ||
| 310 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 311 | |||
| 312 | This driver needs external firmware. Please use the commands | ||
| 313 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", | ||
| 314 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to | ||
| 315 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | ||
| 316 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
| 317 | |||
| 318 | config DVB_NXT6000 | ||
| 319 | tristate "NxtWave Communications NXT6000 based" | ||
| 320 | depends on DVB_CORE && I2C | ||
| 321 | default m if DVB_FE_CUSTOMISE | ||
| 322 | help | ||
| 323 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 324 | |||
| 325 | config DVB_MT352 | ||
| 326 | tristate "Zarlink MT352 based" | ||
| 327 | depends on DVB_CORE && I2C | ||
| 328 | default m if DVB_FE_CUSTOMISE | ||
| 329 | help | ||
| 330 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 331 | |||
| 332 | config DVB_ZL10353 | ||
| 333 | tristate "Zarlink ZL10353 based" | ||
| 334 | depends on DVB_CORE && I2C | ||
| 335 | default m if DVB_FE_CUSTOMISE | ||
| 336 | help | ||
| 337 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 338 | |||
| 339 | config DVB_DIB3000MB | ||
| 340 | tristate "DiBcom 3000M-B" | ||
| 341 | depends on DVB_CORE && I2C | ||
| 342 | default m if DVB_FE_CUSTOMISE | ||
| 343 | help | ||
| 344 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
| 345 | to support this frontend. | ||
| 346 | |||
| 347 | config DVB_DIB3000MC | ||
| 348 | tristate "DiBcom 3000P/M-C" | ||
| 349 | depends on DVB_CORE && I2C | ||
| 350 | default m if DVB_FE_CUSTOMISE | ||
| 351 | help | ||
| 352 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
| 353 | to support this frontend. | ||
| 354 | |||
| 355 | config DVB_DIB7000M | ||
| 356 | tristate "DiBcom 7000MA/MB/PA/PB/MC" | ||
| 357 | depends on DVB_CORE && I2C | ||
| 358 | default m if DVB_FE_CUSTOMISE | ||
| 359 | help | ||
| 360 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
| 361 | to support this frontend. | ||
| 362 | |||
| 363 | config DVB_DIB7000P | ||
| 364 | tristate "DiBcom 7000PC" | ||
| 365 | depends on DVB_CORE && I2C | ||
| 366 | default m if DVB_FE_CUSTOMISE | ||
| 367 | help | ||
| 368 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
| 369 | to support this frontend. | ||
| 370 | |||
| 371 | config DVB_DIB9000 | ||
| 372 | tristate "DiBcom 9000" | ||
| 373 | depends on DVB_CORE && I2C | ||
| 374 | default m if DVB_FE_CUSTOMISE | ||
| 375 | help | ||
| 376 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | ||
| 377 | to support this frontend. | ||
| 378 | |||
| 379 | config DVB_TDA10048 | ||
| 380 | tristate "Philips TDA10048HN based" | ||
| 381 | depends on DVB_CORE && I2C | ||
| 382 | default m if DVB_FE_CUSTOMISE | ||
| 383 | help | ||
| 384 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
| 385 | |||
| 386 | config DVB_AF9013 | ||
| 387 | tristate "Afatech AF9013 demodulator" | ||
| 388 | depends on DVB_CORE && I2C | ||
| 389 | default m if DVB_FE_CUSTOMISE | ||
| 390 | help | ||
| 391 | Say Y when you want to support this frontend. | ||
| 392 | |||
| 393 | config DVB_EC100 | ||
| 394 | tristate "E3C EC100" | ||
| 395 | depends on DVB_CORE && I2C | ||
| 396 | default m if DVB_FE_CUSTOMISE | ||
| 397 | help | ||
| 398 | Say Y when you want to support this frontend. | ||
| 399 | |||
| 400 | config DVB_STV0367 | ||
| 401 | tristate "ST STV0367 based" | ||
| 402 | depends on DVB_CORE && I2C | ||
| 403 | default m if DVB_FE_CUSTOMISE | ||
| 404 | help | ||
| 405 | A DVB-T/C tuner module. Say Y when you want to support this frontend. | ||
| 406 | |||
| 407 | config DVB_CXD2820R | ||
| 408 | tristate "Sony CXD2820R" | ||
| 409 | depends on DVB_CORE && I2C | ||
| 410 | default m if DVB_FE_CUSTOMISE | ||
| 411 | help | ||
| 412 | Say Y when you want to support this frontend. | ||
| 413 | |||
| 414 | comment "DVB-C (cable) frontends" | ||
| 415 | depends on DVB_CORE | ||
| 416 | |||
| 417 | config DVB_VES1820 | ||
| 418 | tristate "VLSI VES1820 based" | ||
| 419 | depends on DVB_CORE && I2C | ||
| 420 | default m if DVB_FE_CUSTOMISE | ||
| 421 | help | ||
| 422 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
| 423 | |||
| 424 | config DVB_TDA10021 | ||
| 425 | tristate "Philips TDA10021 based" | ||
| 426 | depends on DVB_CORE && I2C | ||
| 427 | default m if DVB_FE_CUSTOMISE | ||
| 428 | help | ||
| 429 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
| 430 | |||
| 431 | config DVB_TDA10023 | ||
| 432 | tristate "Philips TDA10023 based" | ||
| 433 | depends on DVB_CORE && I2C | ||
| 434 | default m if DVB_FE_CUSTOMISE | ||
| 435 | help | ||
| 436 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
| 437 | |||
| 438 | config DVB_STV0297 | ||
| 439 | tristate "ST STV0297 based" | ||
| 440 | depends on DVB_CORE && I2C | ||
| 441 | default m if DVB_FE_CUSTOMISE | ||
| 442 | help | ||
| 443 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
| 444 | |||
| 445 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" | ||
| 446 | depends on DVB_CORE | ||
| 447 | |||
| 448 | config DVB_NXT200X | ||
| 449 | tristate "NxtWave Communications NXT2002/NXT2004 based" | ||
| 450 | depends on DVB_CORE && I2C | ||
| 451 | default m if DVB_FE_CUSTOMISE | ||
| 452 | help | ||
| 453 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 454 | to support this frontend. | ||
| 455 | |||
| 456 | This driver needs external firmware. Please use the commands | ||
| 457 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and | ||
| 458 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to | ||
| 459 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | ||
| 460 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
| 461 | |||
| 462 | config DVB_OR51211 | ||
| 463 | tristate "Oren OR51211 based" | ||
| 464 | depends on DVB_CORE && I2C | ||
| 465 | default m if DVB_FE_CUSTOMISE | ||
| 466 | help | ||
| 467 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | ||
| 468 | |||
| 469 | This driver needs external firmware. Please use the command | ||
| 470 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to | ||
| 471 | download it, and then copy it to /usr/lib/hotplug/firmware | ||
| 472 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
| 473 | |||
| 474 | config DVB_OR51132 | ||
| 475 | tristate "Oren OR51132 based" | ||
| 476 | depends on DVB_CORE && I2C | ||
| 477 | default m if DVB_FE_CUSTOMISE | ||
| 478 | help | ||
| 479 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 480 | to support this frontend. | ||
| 481 | |||
| 482 | This driver needs external firmware. Please use the commands | ||
| 483 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or | ||
| 484 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to | ||
| 485 | download firmwares for 8VSB and QAM64/256, respectively. Copy them to | ||
| 486 | /usr/lib/hotplug/firmware or /lib/firmware (depending on | ||
| 487 | configuration of firmware hotplug). | ||
| 488 | |||
| 489 | config DVB_BCM3510 | ||
| 490 | tristate "Broadcom BCM3510" | ||
| 491 | depends on DVB_CORE && I2C | ||
| 492 | default m if DVB_FE_CUSTOMISE | ||
| 493 | help | ||
| 494 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to | ||
| 495 | support this frontend. | ||
| 496 | |||
| 497 | config DVB_LGDT330X | ||
| 498 | tristate "LG Electronics LGDT3302/LGDT3303 based" | ||
| 499 | depends on DVB_CORE && I2C | ||
| 500 | default m if DVB_FE_CUSTOMISE | ||
| 501 | help | ||
| 502 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 503 | to support this frontend. | ||
| 504 | |||
| 505 | config DVB_LGDT3305 | ||
| 506 | tristate "LG Electronics LGDT3304 and LGDT3305 based" | ||
| 507 | depends on DVB_CORE && I2C | ||
| 508 | default m if DVB_FE_CUSTOMISE | ||
| 509 | help | ||
| 510 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 511 | to support this frontend. | ||
| 512 | |||
| 513 | config DVB_S5H1409 | ||
| 514 | tristate "Samsung S5H1409 based" | ||
| 515 | depends on DVB_CORE && I2C | ||
| 516 | default m if DVB_FE_CUSTOMISE | ||
| 517 | help | ||
| 518 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 519 | to support this frontend. | ||
| 520 | |||
| 521 | config DVB_AU8522 | ||
| 522 | tristate "Auvitek AU8522 based" | ||
| 523 | depends on DVB_CORE && I2C && VIDEO_V4L2 | ||
| 524 | default m if DVB_FE_CUSTOMISE | ||
| 525 | help | ||
| 526 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 527 | to support this frontend. | ||
| 528 | |||
| 529 | config DVB_S5H1411 | ||
| 530 | tristate "Samsung S5H1411 based" | ||
| 531 | depends on DVB_CORE && I2C | ||
| 532 | default m if DVB_FE_CUSTOMISE | ||
| 533 | help | ||
| 534 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
| 535 | to support this frontend. | ||
| 536 | |||
| 537 | comment "ISDB-T (terrestrial) frontends" | ||
| 538 | depends on DVB_CORE | ||
| 539 | |||
| 540 | config DVB_S921 | ||
| 541 | tristate "Sharp S921 frontend" | ||
| 542 | depends on DVB_CORE && I2C | ||
| 543 | default m if DVB_FE_CUSTOMISE | ||
| 544 | help | ||
| 545 | AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. | ||
| 546 | Say Y when you want to support this frontend. | ||
| 547 | |||
| 548 | config DVB_DIB8000 | ||
| 549 | tristate "DiBcom 8000MB/MC" | ||
| 550 | depends on DVB_CORE && I2C | ||
| 551 | default m if DVB_FE_CUSTOMISE | ||
| 552 | help | ||
| 553 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. | ||
| 554 | Say Y when you want to support this frontend. | ||
| 555 | |||
| 556 | config DVB_MB86A20S | ||
| 557 | tristate "Fujitsu mb86a20s" | ||
| 558 | depends on DVB_CORE && I2C | ||
| 559 | default m if DVB_FE_CUSTOMISE | ||
| 560 | help | ||
| 561 | A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator. | ||
| 562 | Say Y when you want to support this frontend. | ||
| 563 | |||
| 564 | comment "Digital terrestrial only tuners/PLL" | ||
| 565 | depends on DVB_CORE | ||
| 566 | |||
| 567 | config DVB_PLL | ||
| 568 | tristate "Generic I2C PLL based tuners" | ||
| 569 | depends on DVB_CORE && I2C | ||
| 570 | default m if DVB_FE_CUSTOMISE | ||
| 571 | help | ||
| 572 | This module drives a number of tuners based on PLL chips with a | ||
| 573 | common I2C interface. Say Y when you want to support these tuners. | ||
| 574 | |||
| 575 | config DVB_TUNER_DIB0070 | ||
| 576 | tristate "DiBcom DiB0070 silicon base-band tuner" | ||
| 577 | depends on I2C | ||
| 578 | default m if DVB_FE_CUSTOMISE | ||
| 579 | help | ||
| 580 | A driver for the silicon baseband tuner DiB0070 from DiBcom. | ||
| 581 | This device is only used inside a SiP called together with a | ||
| 582 | demodulator for now. | ||
| 583 | |||
| 584 | config DVB_TUNER_DIB0090 | ||
| 585 | tristate "DiBcom DiB0090 silicon base-band tuner" | ||
| 586 | depends on I2C | ||
| 587 | default m if DVB_FE_CUSTOMISE | ||
| 588 | help | ||
| 589 | A driver for the silicon baseband tuner DiB0090 from DiBcom. | ||
| 590 | This device is only used inside a SiP called together with a | ||
| 591 | demodulator for now. | ||
| 592 | |||
| 593 | comment "SEC control devices for DVB-S" | ||
| 594 | depends on DVB_CORE | ||
| 595 | |||
| 596 | config DVB_LNBP21 | ||
| 597 | tristate "LNBP21/LNBH24 SEC controllers" | ||
| 598 | depends on DVB_CORE && I2C | ||
| 599 | default m if DVB_FE_CUSTOMISE | ||
| 600 | help | ||
| 601 | An SEC control chips. | ||
| 602 | |||
| 603 | config DVB_ISL6405 | ||
| 604 | tristate "ISL6405 SEC controller" | ||
| 605 | depends on DVB_CORE && I2C | ||
| 606 | default m if DVB_FE_CUSTOMISE | ||
| 607 | help | ||
| 608 | An SEC control chip. | ||
| 609 | |||
| 610 | config DVB_ISL6421 | ||
| 611 | tristate "ISL6421 SEC controller" | ||
| 612 | depends on DVB_CORE && I2C | ||
| 613 | default m if DVB_FE_CUSTOMISE | ||
| 614 | help | ||
| 615 | An SEC control chip. | ||
| 616 | |||
| 617 | config DVB_ISL6423 | ||
| 618 | tristate "ISL6423 SEC controller" | ||
| 619 | depends on DVB_CORE && I2C | ||
| 620 | default m if DVB_FE_CUSTOMISE | ||
| 621 | help | ||
| 622 | A SEC controller chip from Intersil | ||
| 623 | |||
| 624 | config DVB_LGS8GL5 | ||
| 625 | tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" | ||
| 626 | depends on DVB_CORE && I2C | ||
| 627 | default m if DVB_FE_CUSTOMISE | ||
| 628 | help | ||
| 629 | A DMB-TH tuner module. Say Y when you want to support this frontend. | ||
| 630 | |||
| 631 | config DVB_LGS8GXX | ||
| 632 | tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" | ||
| 633 | depends on DVB_CORE && I2C | ||
| 634 | select FW_LOADER | ||
| 635 | default m if DVB_FE_CUSTOMISE | ||
| 636 | help | ||
| 637 | A DMB-TH tuner module. Say Y when you want to support this frontend. | ||
| 638 | |||
| 639 | config DVB_ATBM8830 | ||
| 640 | tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator" | ||
| 641 | depends on DVB_CORE && I2C | ||
| 642 | default m if DVB_FE_CUSTOMISE | ||
| 643 | help | ||
| 644 | A DMB-TH tuner module. Say Y when you want to support this frontend. | ||
| 645 | |||
| 646 | config DVB_TDA665x | ||
| 647 | tristate "TDA665x tuner" | ||
| 648 | depends on DVB_CORE && I2C | ||
| 649 | default m if DVB_FE_CUSTOMISE | ||
| 650 | help | ||
| 651 | Support for tuner modules based on Philips TDA6650/TDA6651 chips. | ||
| 652 | Say Y when you want to support this chip. | ||
| 653 | |||
| 654 | Currently supported tuners: | ||
| 655 | * Panasonic ENV57H12D5 (ET-50DT) | ||
| 656 | |||
| 657 | config DVB_IX2505V | ||
| 658 | tristate "Sharp IX2505V silicon tuner" | ||
| 659 | depends on DVB_CORE && I2C | ||
| 660 | default m if DVB_FE_CUSTOMISE | ||
| 661 | help | ||
| 662 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
| 663 | |||
| 664 | comment "Tools to develop new frontends" | ||
| 665 | |||
| 666 | config DVB_DUMMY_FE | ||
| 667 | tristate "Dummy frontend driver" | ||
| 668 | default n | ||
| 669 | endmenu | ||
