Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 1 | config DVB_FE_CUSTOMISE |
| 2 | bool "Customise the frontend modules to build" |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 3 | depends on DVB_CORE |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 4 | depends on EXPERT |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 5 | default y if EXPERT |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 6 | help |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 7 | This allows the user to select/deselect frontend drivers for their |
| 8 | hardware from the build. |
| 9 | |
| 10 | Use this option with care as deselecting frontends which are in fact |
| 11 | necessary will result in DVB devices which cannot be tuned due to lack |
| 12 | of driver support. |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 13 | |
| 14 | If unsure say N. |
| 15 | |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 16 | menu "Customise DVB Frontends" |
Mauro Carvalho Chehab | 9b4320b | 2010-11-09 14:29:05 -0300 | [diff] [blame] | 17 | visible if DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 18 | |
Manu Abraham | e50e8e3 | 2007-07-03 09:53:42 -0300 | [diff] [blame] | 19 | comment "Multistandard (satellite) frontends" |
| 20 | depends on DVB_CORE |
| 21 | |
| 22 | config DVB_STB0899 |
| 23 | tristate "STB0899 based" |
Manu Abraham | 6199cee | 2007-10-08 18:51:54 -0300 | [diff] [blame] | 24 | depends on DVB_CORE && I2C |
| 25 | default m if DVB_FE_CUSTOMISE |
Manu Abraham | e50e8e3 | 2007-07-03 09:53:42 -0300 | [diff] [blame] | 26 | help |
| 27 | A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want |
| 28 | to support this demodulator based frontends |
| 29 | |
Manu Abraham | 040dcc3 | 2007-02-24 08:31:40 -0300 | [diff] [blame] | 30 | config DVB_STB6100 |
| 31 | tristate "STB6100 based tuners" |
Manu Abraham | 6199cee | 2007-10-08 18:51:54 -0300 | [diff] [blame] | 32 | depends on DVB_CORE && I2C |
| 33 | default m if DVB_FE_CUSTOMISE |
Manu Abraham | 040dcc3 | 2007-02-24 08:31:40 -0300 | [diff] [blame] | 34 | help |
| 35 | A Silicon tuner from ST used in conjunction with the STB0899 |
| 36 | demodulator. Say Y when you want to support this tuner. |
| 37 | |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 38 | config DVB_STV090x |
| 39 | tristate "STV0900/STV0903(A/B) based" |
| 40 | depends on DVB_CORE && I2C |
| 41 | default m if DVB_FE_CUSTOMISE |
| 42 | help |
| 43 | DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. |
| 44 | Say Y when you want to support these frontends. |
| 45 | |
| 46 | config DVB_STV6110x |
| 47 | tristate "STV6110/(A) based tuners" |
| 48 | depends on DVB_CORE && I2C |
| 49 | default m if DVB_FE_CUSTOMISE |
| 50 | help |
| 51 | A Silicon tuner that supports DVB-S and DVB-S2 modes |
| 52 | |
Oliver Endriss | f678c3b | 2011-07-03 13:51:43 -0300 | [diff] [blame] | 53 | comment "Multistandard (cable + terrestrial) frontends" |
| 54 | depends on DVB_CORE |
| 55 | |
| 56 | config DVB_DRXK |
| 57 | tristate "Micronas DRXK based" |
| 58 | depends on DVB_CORE && I2C |
| 59 | default m if DVB_FE_CUSTOMISE |
| 60 | help |
| 61 | Micronas DRX-K DVB-C/T demodulator. |
| 62 | |
| 63 | Say Y when you want to support this frontend. |
| 64 | |
| 65 | config DVB_TDA18271C2DD |
| 66 | tristate "NXP TDA18271C2 silicon tuner" |
| 67 | depends on DVB_CORE && I2C |
| 68 | default m if DVB_FE_CUSTOMISE |
| 69 | help |
| 70 | NXP TDA18271 silicon tuner. |
| 71 | |
| 72 | Say Y when you want to support this tuner. |
| 73 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | comment "DVB-S (satellite) frontends" |
| 75 | depends on DVB_CORE |
| 76 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | config DVB_CX24110 |
| 78 | tristate "Conexant CX24110 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 79 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 80 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 81 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | A DVB-S tuner module. Say Y when you want to support this frontend. |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 83 | |
Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 84 | config DVB_CX24123 |
| 85 | tristate "Conexant CX24123 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 86 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 87 | default m if DVB_FE_CUSTOMISE |
Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 88 | help |
| 89 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 90 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | config DVB_MT312 |
Matthias Schwarzott | e4671b6 | 2008-04-30 12:21:04 -0300 | [diff] [blame] | 92 | tristate "Zarlink VP310/MT312/ZL10313 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 93 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 94 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | help |
| 96 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 97 | |
Matthias Schwarzott | 68b3289f | 2009-02-24 12:35:15 -0300 | [diff] [blame] | 98 | config DVB_ZL10036 |
| 99 | tristate "Zarlink ZL10036 silicon tuner" |
| 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 | |
Igor M. Liplianin | 2ccf5a9 | 2009-06-20 09:51:48 -0300 | [diff] [blame] | 105 | config DVB_ZL10039 |
| 106 | tristate "Zarlink ZL10039 silicon tuner" |
| 107 | depends on DVB_CORE && I2C |
| 108 | default m if DVB_FE_CUSTOMISE |
| 109 | help |
| 110 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 111 | |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 112 | config DVB_S5H1420 |
| 113 | tristate "Samsung S5H1420 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 114 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 115 | default m if DVB_FE_CUSTOMISE |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 116 | help |
| 117 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 118 | |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 119 | config DVB_STV0288 |
| 120 | tristate "ST STV0288 based" |
| 121 | depends on DVB_CORE && I2C |
| 122 | default m if DVB_FE_CUSTOMISE |
| 123 | help |
| 124 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 125 | |
| 126 | config DVB_STB6000 |
| 127 | tristate "ST STB6000 silicon tuner" |
| 128 | depends on DVB_CORE && I2C |
| 129 | default m if DVB_FE_CUSTOMISE |
| 130 | help |
| 131 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 132 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 133 | config DVB_STV0299 |
| 134 | tristate "ST STV0299 based" |
| 135 | depends on DVB_CORE && I2C |
| 136 | default m if DVB_FE_CUSTOMISE |
| 137 | help |
| 138 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 139 | |
Igor M. Liplianin | 47220bc | 2009-03-03 11:16:40 -0300 | [diff] [blame] | 140 | config DVB_STV6110 |
| 141 | tristate "ST STV6110 silicon tuner" |
| 142 | depends on DVB_CORE && I2C |
| 143 | default m if DVB_FE_CUSTOMISE |
| 144 | help |
| 145 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 146 | |
Igor M. Liplianin | ce45264 | 2009-03-03 11:55:20 -0300 | [diff] [blame] | 147 | config DVB_STV0900 |
| 148 | tristate "ST STV0900 based" |
| 149 | depends on DVB_CORE && I2C |
| 150 | default m if DVB_FE_CUSTOMISE |
| 151 | help |
| 152 | A DVB-S/S2 demodulator. Say Y when you want to support this frontend. |
| 153 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 154 | config DVB_TDA8083 |
| 155 | tristate "Philips TDA8083 based" |
| 156 | depends on DVB_CORE && I2C |
| 157 | default m if DVB_FE_CUSTOMISE |
| 158 | help |
| 159 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 160 | |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 161 | config DVB_TDA10086 |
| 162 | tristate "Philips TDA10086 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 163 | depends on DVB_CORE && I2C |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 164 | default m if DVB_FE_CUSTOMISE |
| 165 | help |
| 166 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 167 | |
Manu Abraham | 654dbad | 2008-10-23 17:56:07 -0300 | [diff] [blame] | 168 | config DVB_TDA8261 |
| 169 | tristate "Philips TDA8261 based" |
| 170 | depends on DVB_CORE && I2C |
| 171 | default m if DVB_FE_CUSTOMISE |
| 172 | help |
| 173 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 174 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 175 | config DVB_VES1X93 |
| 176 | tristate "VLSI VES1893 or VES1993 based" |
| 177 | depends on DVB_CORE && I2C |
| 178 | default m if DVB_FE_CUSTOMISE |
| 179 | help |
| 180 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 181 | |
| 182 | config DVB_TUNER_ITD1000 |
| 183 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" |
| 184 | depends on DVB_CORE && I2C |
| 185 | default m if DVB_FE_CUSTOMISE |
| 186 | help |
| 187 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 188 | |
Patrick Boettcher | 4c48ae8 | 2008-11-23 16:26:54 -0300 | [diff] [blame] | 189 | config DVB_TUNER_CX24113 |
| 190 | tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" |
| 191 | depends on DVB_CORE && I2C |
| 192 | default m if DVB_FE_CUSTOMISE |
| 193 | help |
| 194 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 195 | |
| 196 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 197 | config DVB_TDA826X |
| 198 | tristate "Philips TDA826X silicon tuner" |
| 199 | depends on DVB_CORE && I2C |
| 200 | default m if DVB_FE_CUSTOMISE |
| 201 | help |
| 202 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 203 | |
| 204 | config DVB_TUA6100 |
| 205 | tristate "Infineon TUA6100 PLL" |
| 206 | depends on DVB_CORE && I2C |
| 207 | default m if DVB_FE_CUSTOMISE |
| 208 | help |
| 209 | A DVB-S PLL chip. |
| 210 | |
Steven Toth | 0d46748 | 2008-09-04 01:14:43 -0300 | [diff] [blame] | 211 | config DVB_CX24116 |
| 212 | tristate "Conexant CX24116 based" |
| 213 | depends on DVB_CORE && I2C |
| 214 | default m if DVB_FE_CUSTOMISE |
| 215 | help |
| 216 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. |
| 217 | |
Igor M. Liplianin | 04ad28c | 2008-09-16 18:21:11 -0300 | [diff] [blame] | 218 | config DVB_SI21XX |
| 219 | tristate "Silicon Labs SI21XX based" |
| 220 | depends on DVB_CORE && I2C |
| 221 | default m if DVB_FE_CUSTOMISE |
| 222 | help |
| 223 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 224 | |
Igor M. Liplianin | 09ea33e | 2009-11-24 20:16:04 -0300 | [diff] [blame] | 225 | config DVB_DS3000 |
| 226 | tristate "Montage Tehnology DS3000 based" |
| 227 | depends on DVB_CORE && I2C |
| 228 | default m if DVB_FE_CUSTOMISE |
| 229 | help |
| 230 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. |
| 231 | |
Manu Abraham | 8873c61 | 2009-12-05 01:24:08 -0300 | [diff] [blame] | 232 | config DVB_MB86A16 |
| 233 | tristate "Fujitsu MB86A16 based" |
| 234 | depends on DVB_CORE && I2C |
| 235 | default m if DVB_FE_CUSTOMISE |
| 236 | help |
| 237 | A DVB-S/DSS Direct Conversion reveiver. |
| 238 | Say Y when you want to support this frontend. |
| 239 | |
Antti Palosaari | de8e420 | 2011-08-01 01:07:39 -0300 | [diff] [blame] | 240 | config DVB_TDA10071 |
| 241 | tristate "NXP TDA10071" |
| 242 | depends on DVB_CORE && I2C |
| 243 | default m if DVB_FE_CUSTOMISE |
| 244 | help |
| 245 | Say Y when you want to support this frontend. |
| 246 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | comment "DVB-T (terrestrial) frontends" |
| 248 | depends on DVB_CORE |
| 249 | |
| 250 | config DVB_SP8870 |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 251 | tristate "Spase sp8870 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 252 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 253 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 254 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 255 | A DVB-T tuner module. Say Y when you want to support this frontend. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | |
| 257 | This driver needs external firmware. Please use the command |
| 258 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 259 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 260 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | |
| 262 | config DVB_SP887X |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 263 | tristate "Spase sp887x based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 264 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 265 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | help |
| 267 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 268 | |
| 269 | This driver needs external firmware. Please use the command |
| 270 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 271 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 272 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | |
| 274 | config DVB_CX22700 |
| 275 | tristate "Conexant CX22700 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 276 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 277 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | help |
| 279 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 280 | |
| 281 | config DVB_CX22702 |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 282 | tristate "Conexant cx22702 demodulator (OFDM)" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 283 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 284 | default m if DVB_FE_CUSTOMISE |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 285 | help |
| 286 | A DVB-T tuner module. Say Y when you want to support this frontend. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | |
Palash Bandyopadhyay | 47b75ec | 2010-07-06 16:40:58 -0300 | [diff] [blame] | 288 | config DVB_S5H1432 |
| 289 | tristate "Samsung s5h1432 demodulator (OFDM)" |
| 290 | depends on DVB_CORE && I2C |
| 291 | default m if DVB_FE_CUSTOMISE |
| 292 | help |
| 293 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 294 | |
Devin Heitmueller | 949a12e | 2011-03-13 01:53:02 -0300 | [diff] [blame] | 295 | config DVB_DRXD |
| 296 | tristate "Micronas DRXD driver" |
| 297 | depends on DVB_CORE && I2C |
| 298 | default m if DVB_FE_CUSTOMISE |
| 299 | help |
| 300 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 301 | |
| 302 | Note: this driver was based on vendor driver reference code (released |
| 303 | under the GPL) as opposed to the existing drx397xd driver, which |
| 304 | was written via reverse engineering. |
| 305 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | config DVB_L64781 |
| 307 | tristate "LSI L64781" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 308 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 309 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 310 | help |
| 311 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 312 | |
| 313 | config DVB_TDA1004X |
| 314 | tristate "Philips TDA10045H/TDA10046H based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 315 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 316 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 317 | help |
| 318 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 319 | |
| 320 | This driver needs external firmware. Please use the commands |
| 321 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 322 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 323 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 324 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 325 | |
| 326 | config DVB_NXT6000 |
| 327 | tristate "NxtWave Communications NXT6000 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 328 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 329 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | help |
| 331 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 332 | |
| 333 | config DVB_MT352 |
| 334 | tristate "Zarlink MT352 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 335 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 336 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | help |
| 338 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 339 | |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 340 | config DVB_ZL10353 |
| 341 | tristate "Zarlink ZL10353 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 342 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 343 | default m if DVB_FE_CUSTOMISE |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 344 | help |
| 345 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 346 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 347 | config DVB_DIB3000MB |
| 348 | tristate "DiBcom 3000M-B" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 349 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 350 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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_DIB3000MC |
| 356 | tristate "DiBcom 3000P/M-C" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 357 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 358 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | help |
| 360 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 361 | to support this frontend. |
| 362 | |
Patrick Boettcher | 69ea31e | 2006-10-17 18:28:14 -0300 | [diff] [blame] | 363 | config DVB_DIB7000M |
| 364 | tristate "DiBcom 7000MA/MB/PA/PB/MC" |
| 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 | |
Patrick Boettcher | a75763f | 2006-10-18 08:34:16 -0300 | [diff] [blame] | 371 | config DVB_DIB7000P |
| 372 | tristate "DiBcom 7000PC" |
| 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 | |
Olivier Grenie | dd316c6 | 2011-01-04 04:28:59 -0300 | [diff] [blame] | 379 | config DVB_DIB9000 |
| 380 | tristate "DiBcom 9000" |
| 381 | depends on DVB_CORE && I2C |
| 382 | default m if DVB_FE_CUSTOMISE |
| 383 | help |
| 384 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 385 | to support this frontend. |
| 386 | |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 387 | config DVB_TDA10048 |
| 388 | tristate "Philips TDA10048HN based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 389 | depends on DVB_CORE && I2C |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 390 | default m if DVB_FE_CUSTOMISE |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 391 | help |
| 392 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 393 | |
Mauro Carvalho Chehab | 79a6650 | 2009-03-10 00:49:58 -0300 | [diff] [blame] | 394 | config DVB_AF9013 |
| 395 | tristate "Afatech AF9013 demodulator" |
| 396 | depends on DVB_CORE && I2C |
| 397 | default m if DVB_FE_CUSTOMISE |
| 398 | help |
| 399 | Say Y when you want to support this frontend. |
| 400 | |
Antti Palosaari | a15c7b4 | 2009-11-13 22:33:45 -0300 | [diff] [blame] | 401 | config DVB_EC100 |
| 402 | tristate "E3C EC100" |
| 403 | depends on DVB_CORE && I2C |
| 404 | default m if DVB_FE_CUSTOMISE |
| 405 | help |
| 406 | Say Y when you want to support this frontend. |
| 407 | |
Antti Palosaari | ee9b8c8 | 2011-11-06 20:01:13 -0300 | [diff] [blame] | 408 | config DVB_HD29L2 |
| 409 | tristate "HDIC HD29L2" |
| 410 | depends on DVB_CORE && I2C |
| 411 | default m if DVB_FE_CUSTOMISE |
| 412 | help |
| 413 | Say Y when you want to support this frontend. |
| 414 | |
Igor M. Liplianin | 17cce93 | 2011-01-25 17:02:00 -0300 | [diff] [blame] | 415 | config DVB_STV0367 |
| 416 | tristate "ST STV0367 based" |
| 417 | depends on DVB_CORE && I2C |
| 418 | default m if DVB_FE_CUSTOMISE |
| 419 | help |
| 420 | A DVB-T/C tuner module. Say Y when you want to support this frontend. |
| 421 | |
Antti Palosaari | 27cfc85 | 2011-04-07 16:27:43 -0300 | [diff] [blame] | 422 | config DVB_CXD2820R |
| 423 | tristate "Sony CXD2820R" |
| 424 | depends on DVB_CORE && I2C |
| 425 | default m if DVB_FE_CUSTOMISE |
| 426 | help |
| 427 | Say Y when you want to support this frontend. |
| 428 | |
Antti Palosaari | c0adca7 | 2011-07-08 23:34:09 -0300 | [diff] [blame] | 429 | config DVB_RTL2830 |
| 430 | tristate "Realtek RTL2830 DVB-T" |
| 431 | depends on DVB_CORE && I2C |
| 432 | default m if DVB_FE_CUSTOMISE |
| 433 | help |
| 434 | Say Y when you want to support this frontend. |
| 435 | |
Thomas Mair | 82041c0 | 2012-05-18 14:47:40 -0300 | [diff] [blame] | 436 | config DVB_RTL2832 |
| 437 | tristate "Realtek RTL2832 DVB-T" |
| 438 | depends on DVB_CORE && I2C |
| 439 | default m if DVB_FE_CUSTOMISE |
| 440 | help |
| 441 | Say Y when you want to support this frontend. |
| 442 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | comment "DVB-C (cable) frontends" |
| 444 | depends on DVB_CORE |
| 445 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | config DVB_VES1820 |
| 447 | tristate "VLSI VES1820 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 448 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 449 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 451 | A DVB-C tuner module. Say Y when you want to support this frontend. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | |
| 453 | config DVB_TDA10021 |
| 454 | tristate "Philips TDA10021 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 455 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 456 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 458 | A DVB-C tuner module. Say Y when you want to support this frontend. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 459 | |
Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 460 | config DVB_TDA10023 |
| 461 | tristate "Philips TDA10023 based" |
| 462 | depends on DVB_CORE && I2C |
| 463 | default m if DVB_FE_CUSTOMISE |
| 464 | help |
| 465 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 466 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | config DVB_STV0297 |
| 468 | tristate "ST STV0297 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 469 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 470 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | help |
| 472 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 473 | |
Trent Piepho | 005b541 | 2006-04-04 01:56:30 -0300 | [diff] [blame] | 474 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | depends on DVB_CORE |
| 476 | |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 477 | config DVB_NXT200X |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 478 | tristate "NxtWave Communications NXT2002/NXT2004 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 479 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 480 | default m if DVB_FE_CUSTOMISE |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 481 | help |
| 482 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 483 | to support this frontend. |
| 484 | |
Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame] | 485 | This driver needs external firmware. Please use the commands |
| 486 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and |
| 487 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to |
| 488 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 489 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 490 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 491 | config DVB_OR51211 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 492 | tristate "Oren OR51211 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 493 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 494 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | help |
| 496 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. |
| 497 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 498 | This driver needs external firmware. Please use the command |
| 499 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to |
| 500 | download it, and then copy it to /usr/lib/hotplug/firmware |
| 501 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 502 | |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 503 | config DVB_OR51132 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 504 | tristate "Oren OR51132 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 505 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 506 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 507 | help |
| 508 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 509 | to support this frontend. |
| 510 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 511 | This driver needs external firmware. Please use the commands |
| 512 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or |
| 513 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to |
| 514 | download firmwares for 8VSB and QAM64/256, respectively. Copy them to |
| 515 | /usr/lib/hotplug/firmware or /lib/firmware (depending on |
| 516 | configuration of firmware hotplug). |
| 517 | |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 518 | config DVB_BCM3510 |
| 519 | tristate "Broadcom BCM3510" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 520 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 521 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 522 | help |
| 523 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to |
| 524 | support this frontend. |
| 525 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 526 | config DVB_LGDT330X |
Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 527 | tristate "LG Electronics LGDT3302/LGDT3303 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 528 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 529 | default m if DVB_FE_CUSTOMISE |
Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 530 | help |
| 531 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 532 | to support this frontend. |
| 533 | |
Michael Krufky | cae78ed | 2009-01-13 04:40:36 -0300 | [diff] [blame] | 534 | config DVB_LGDT3305 |
Jarod Wilson | 4cce492 | 2010-10-20 16:26:09 -0300 | [diff] [blame] | 535 | tristate "LG Electronics LGDT3304 and LGDT3305 based" |
Michael Krufky | cae78ed | 2009-01-13 04:40:36 -0300 | [diff] [blame] | 536 | depends on DVB_CORE && I2C |
| 537 | default m if DVB_FE_CUSTOMISE |
| 538 | help |
| 539 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 540 | to support this frontend. |
| 541 | |
Michael Krufky | e26f2ae | 2012-01-29 15:46:46 -0300 | [diff] [blame] | 542 | config DVB_LG2160 |
| 543 | tristate "LG Electronics LG216x based" |
| 544 | depends on DVB_CORE && I2C |
| 545 | default m if DVB_FE_CUSTOMISE |
| 546 | help |
| 547 | An ATSC/MH demodulator module. Say Y when you want |
| 548 | to support this frontend. |
| 549 | |
Steven Toth | 8988555 | 2007-07-28 19:34:52 -0300 | [diff] [blame] | 550 | config DVB_S5H1409 |
| 551 | tristate "Samsung S5H1409 based" |
| 552 | depends on DVB_CORE && I2C |
| 553 | default m if DVB_FE_CUSTOMISE |
| 554 | help |
| 555 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 556 | to support this frontend. |
| 557 | |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 558 | config DVB_AU8522 |
Michael Krufky | b31506c | 2012-01-27 13:18:29 -0300 | [diff] [blame] | 559 | depends on I2C |
| 560 | tristate |
| 561 | |
| 562 | config DVB_AU8522_DTV |
| 563 | tristate "Auvitek AU8522 based DTV demod" |
| 564 | depends on DVB_CORE && I2C |
| 565 | select DVB_AU8522 |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 566 | default m if DVB_FE_CUSTOMISE |
| 567 | help |
Michael Krufky | b31506c | 2012-01-27 13:18:29 -0300 | [diff] [blame] | 568 | An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when |
| 569 | you want to enable DTV demodulation support for this frontend. |
| 570 | |
| 571 | config DVB_AU8522_V4L |
| 572 | tristate "Auvitek AU8522 based ATV demod" |
| 573 | depends on VIDEO_V4L2 && I2C |
| 574 | select DVB_AU8522 |
| 575 | default m if DVB_FE_CUSTOMISE |
| 576 | help |
| 577 | An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when |
| 578 | you want to enable ATV demodulation support for this frontend. |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 579 | |
Steven Toth | 8b4f1d0 | 2008-04-25 03:44:36 -0300 | [diff] [blame] | 580 | config DVB_S5H1411 |
| 581 | tristate "Samsung S5H1411 based" |
| 582 | depends on DVB_CORE && I2C |
| 583 | default m if DVB_FE_CUSTOMISE |
| 584 | help |
| 585 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 586 | to support this frontend. |
| 587 | |
Mauro Carvalho Chehab | c2e591f | 2008-10-24 13:44:38 -0300 | [diff] [blame] | 588 | comment "ISDB-T (terrestrial) frontends" |
| 589 | depends on DVB_CORE |
| 590 | |
| 591 | config DVB_S921 |
Mauro Carvalho Chehab | 3a509bb | 2010-09-10 16:49:47 -0300 | [diff] [blame] | 592 | tristate "Sharp S921 frontend" |
Mauro Carvalho Chehab | c2e591f | 2008-10-24 13:44:38 -0300 | [diff] [blame] | 593 | depends on DVB_CORE && I2C |
| 594 | default m if DVB_FE_CUSTOMISE |
| 595 | help |
| 596 | AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. |
| 597 | Say Y when you want to support this frontend. |
| 598 | |
Patrick Boettcher | 77e2c0f | 2009-08-17 07:01:10 -0300 | [diff] [blame] | 599 | config DVB_DIB8000 |
| 600 | tristate "DiBcom 8000MB/MC" |
| 601 | depends on DVB_CORE && I2C |
| 602 | default m if DVB_FE_CUSTOMISE |
| 603 | help |
| 604 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. |
| 605 | Say Y when you want to support this frontend. |
| 606 | |
Mauro Carvalho Chehab | b9ede79a | 2010-09-27 20:52:43 -0300 | [diff] [blame] | 607 | config DVB_MB86A20S |
| 608 | tristate "Fujitsu mb86a20s" |
| 609 | depends on DVB_CORE && I2C |
| 610 | default m if DVB_FE_CUSTOMISE |
| 611 | help |
| 612 | A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator. |
| 613 | Say Y when you want to support this frontend. |
| 614 | |
Mauro Carvalho Chehab | b094516 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 615 | comment "Digital terrestrial only tuners/PLL" |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 616 | depends on DVB_CORE |
| 617 | |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 618 | config DVB_PLL |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 619 | tristate "Generic I2C PLL based tuners" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 620 | depends on DVB_CORE && I2C |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 621 | default m if DVB_FE_CUSTOMISE |
| 622 | help |
Michael Krufky | 0173e46 | 2007-09-27 11:37:19 -0300 | [diff] [blame] | 623 | This module drives a number of tuners based on PLL chips with a |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 624 | common I2C interface. Say Y when you want to support these tuners. |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 625 | |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 626 | config DVB_TUNER_DIB0070 |
| 627 | tristate "DiBcom DiB0070 silicon base-band tuner" |
| 628 | depends on I2C |
| 629 | default m if DVB_FE_CUSTOMISE |
| 630 | help |
| 631 | A driver for the silicon baseband tuner DiB0070 from DiBcom. |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 632 | This device is only used inside a SiP called together with a |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 633 | demodulator for now. |
| 634 | |
Olivier Grenie | 03245a5 | 2009-12-04 13:27:57 -0300 | [diff] [blame] | 635 | config DVB_TUNER_DIB0090 |
| 636 | tristate "DiBcom DiB0090 silicon base-band tuner" |
| 637 | depends on I2C |
| 638 | default m if DVB_FE_CUSTOMISE |
| 639 | help |
| 640 | A driver for the silicon baseband tuner DiB0090 from DiBcom. |
| 641 | This device is only used inside a SiP called together with a |
| 642 | demodulator for now. |
| 643 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 644 | comment "SEC control devices for DVB-S" |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 645 | depends on DVB_CORE |
| 646 | |
| 647 | config DVB_LNBP21 |
Igor M. Liplianin | 8c1a233 | 2009-03-03 11:24:18 -0300 | [diff] [blame] | 648 | tristate "LNBP21/LNBH24 SEC controllers" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 649 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 650 | default m if DVB_FE_CUSTOMISE |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 651 | help |
Igor M. Liplianin | 8c1a233 | 2009-03-03 11:24:18 -0300 | [diff] [blame] | 652 | An SEC control chips. |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 653 | |
Igor M. Liplianin | 4e2c53f | 2011-09-23 18:33:50 -0300 | [diff] [blame] | 654 | config DVB_LNBP22 |
| 655 | tristate "LNBP22 SEC controllers" |
| 656 | depends on DVB_CORE && I2C |
| 657 | default m if DVB_FE_CUSTOMISE |
| 658 | help |
| 659 | LNB power supply and control voltage |
| 660 | regulator chip with step-up converter |
| 661 | and I2C interface. |
| 662 | Say Y when you want to support this chip. |
| 663 | |
Hartmut Hackmann | 26ec394 | 2008-04-22 14:42:09 -0300 | [diff] [blame] | 664 | config DVB_ISL6405 |
| 665 | tristate "ISL6405 SEC controller" |
| 666 | depends on DVB_CORE && I2C |
| 667 | default m if DVB_FE_CUSTOMISE |
| 668 | help |
| 669 | An SEC control chip. |
| 670 | |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 671 | config DVB_ISL6421 |
| 672 | tristate "ISL6421 SEC controller" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 673 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 674 | default m if DVB_FE_CUSTOMISE |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 675 | help |
| 676 | An SEC control chip. |
| 677 | |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 678 | config DVB_ISL6423 |
| 679 | tristate "ISL6423 SEC controller" |
| 680 | depends on DVB_CORE && I2C |
| 681 | default m if DVB_FE_CUSTOMISE |
| 682 | help |
| 683 | A SEC controller chip from Intersil |
| 684 | |
Antti Palosaari | 85bc9b5 | 2011-08-01 00:52:11 -0300 | [diff] [blame] | 685 | config DVB_A8293 |
| 686 | tristate "Allegro A8293" |
| 687 | depends on DVB_CORE && I2C |
| 688 | default m if DVB_FE_CUSTOMISE |
| 689 | |
Timothy Lee | dfbdce0 | 2008-08-09 13:36:51 -0300 | [diff] [blame] | 690 | config DVB_LGS8GL5 |
| 691 | tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" |
| 692 | depends on DVB_CORE && I2C |
| 693 | default m if DVB_FE_CUSTOMISE |
| 694 | help |
| 695 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 696 | |
David Wong | f15da16 | 2009-04-01 04:35:10 -0300 | [diff] [blame] | 697 | config DVB_LGS8GXX |
| 698 | tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" |
| 699 | depends on DVB_CORE && I2C |
Ben Hutchings | 7638699 | 2009-10-31 23:14:35 -0300 | [diff] [blame] | 700 | select FW_LOADER |
David Wong | f15da16 | 2009-04-01 04:35:10 -0300 | [diff] [blame] | 701 | default m if DVB_FE_CUSTOMISE |
| 702 | help |
| 703 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 704 | |
David T.L. Wong | ec27b6a | 2009-10-26 07:08:17 -0300 | [diff] [blame] | 705 | config DVB_ATBM8830 |
| 706 | tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator" |
| 707 | depends on DVB_CORE && I2C |
| 708 | default m if DVB_FE_CUSTOMISE |
| 709 | help |
| 710 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 711 | |
Manu Abraham | 3e978a8 | 2009-12-04 05:56:35 -0300 | [diff] [blame] | 712 | config DVB_TDA665x |
| 713 | tristate "TDA665x tuner" |
| 714 | depends on DVB_CORE && I2C |
| 715 | default m if DVB_FE_CUSTOMISE |
| 716 | help |
| 717 | Support for tuner modules based on Philips TDA6650/TDA6651 chips. |
| 718 | Say Y when you want to support this chip. |
| 719 | |
| 720 | Currently supported tuners: |
| 721 | * Panasonic ENV57H12D5 (ET-50DT) |
| 722 | |
Malcolm Priestley | 1ae2c58 | 2010-08-28 18:07:37 -0300 | [diff] [blame] | 723 | config DVB_IX2505V |
| 724 | tristate "Sharp IX2505V silicon tuner" |
| 725 | depends on DVB_CORE && I2C |
| 726 | default m if DVB_FE_CUSTOMISE |
| 727 | help |
| 728 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 729 | |
Malcolm Priestley | 3dbbf82 | 2011-07-25 15:35:12 -0300 | [diff] [blame] | 730 | config DVB_IT913X_FE |
| 731 | tristate "it913x frontend and it9137 tuner" |
| 732 | depends on DVB_CORE && I2C |
| 733 | default m if DVB_FE_CUSTOMISE |
| 734 | help |
| 735 | A DVB-T tuner module. |
| 736 | Say Y when you want to support this frontend. |
| 737 | |
Malcolm Priestley | ae8dc8ee | 2012-03-07 18:11:03 -0300 | [diff] [blame] | 738 | config DVB_M88RS2000 |
| 739 | tristate "M88RS2000 DVB-S demodulator and tuner" |
| 740 | depends on DVB_CORE && I2C |
| 741 | default m if DVB_FE_CUSTOMISE |
| 742 | help |
| 743 | A DVB-S tuner module. |
| 744 | Say Y when you want to support this frontend. |
| 745 | |
Antti Palosaari | 4b64bb2 | 2012-03-30 08:21:25 -0300 | [diff] [blame] | 746 | config DVB_AF9033 |
| 747 | tristate "Afatech AF9033 DVB-T demodulator" |
| 748 | depends on DVB_CORE && I2C |
| 749 | default m if DVB_FE_CUSTOMISE |
| 750 | |
Patrick Boettcher | bccd700 | 2008-08-30 12:15:54 -0300 | [diff] [blame] | 751 | comment "Tools to develop new frontends" |
| 752 | |
| 753 | config DVB_DUMMY_FE |
| 754 | tristate "Dummy frontend driver" |
| 755 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | endmenu |