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 |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 4 | default N |
| 5 | help |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 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. |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 12 | |
| 13 | If unsure say N. |
| 14 | |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 15 | if DVB_FE_CUSTOMISE |
| 16 | |
| 17 | menu "Customise DVB Frontends" |
| 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | comment "DVB-S (satellite) frontends" |
| 54 | depends on DVB_CORE |
| 55 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | config DVB_CX24110 |
| 57 | tristate "Conexant CX24110 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 58 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 59 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 60 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | 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] | 62 | |
Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 63 | config DVB_CX24123 |
| 64 | tristate "Conexant CX24123 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 65 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 66 | default m if DVB_FE_CUSTOMISE |
Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 67 | help |
| 68 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 69 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | config DVB_MT312 |
Matthias Schwarzott | e4671b6 | 2008-04-30 12:21:04 -0300 | [diff] [blame] | 71 | tristate "Zarlink VP310/MT312/ZL10313 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 72 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 73 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | help |
| 75 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 76 | |
Matthias Schwarzott | 68b3289f | 2009-02-24 12:35:15 -0300 | [diff] [blame] | 77 | config DVB_ZL10036 |
| 78 | tristate "Zarlink ZL10036 silicon tuner" |
| 79 | depends on DVB_CORE && I2C |
| 80 | default m if DVB_FE_CUSTOMISE |
| 81 | help |
| 82 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 83 | |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 84 | config DVB_S5H1420 |
| 85 | tristate "Samsung S5H1420 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 |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 88 | help |
| 89 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 90 | |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 91 | config DVB_STV0288 |
| 92 | tristate "ST STV0288 based" |
| 93 | depends on DVB_CORE && I2C |
| 94 | default m if DVB_FE_CUSTOMISE |
| 95 | help |
| 96 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 97 | |
| 98 | config DVB_STB6000 |
| 99 | tristate "ST STB6000 silicon tuner" |
| 100 | depends on DVB_CORE && I2C |
| 101 | default m if DVB_FE_CUSTOMISE |
| 102 | help |
| 103 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 104 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 105 | config DVB_STV0299 |
| 106 | tristate "ST STV0299 based" |
| 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 | |
Igor M. Liplianin | 47220bc | 2009-03-03 11:16:40 -0300 | [diff] [blame] | 112 | config DVB_STV6110 |
| 113 | tristate "ST STV6110 silicon tuner" |
| 114 | depends on DVB_CORE && I2C |
| 115 | default m if DVB_FE_CUSTOMISE |
| 116 | help |
| 117 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 118 | |
Igor M. Liplianin | ce45264 | 2009-03-03 11:55:20 -0300 | [diff] [blame] | 119 | config DVB_STV0900 |
| 120 | tristate "ST STV0900 based" |
| 121 | depends on DVB_CORE && I2C |
| 122 | default m if DVB_FE_CUSTOMISE |
| 123 | help |
| 124 | A DVB-S/S2 demodulator. Say Y when you want to support this frontend. |
| 125 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 126 | config DVB_TDA8083 |
| 127 | tristate "Philips TDA8083 based" |
| 128 | depends on DVB_CORE && I2C |
| 129 | default m if DVB_FE_CUSTOMISE |
| 130 | help |
| 131 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 132 | |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 133 | config DVB_TDA10086 |
| 134 | tristate "Philips TDA10086 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 135 | depends on DVB_CORE && I2C |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 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 | |
Manu Abraham | 654dbad | 2008-10-23 17:56:07 -0300 | [diff] [blame] | 140 | config DVB_TDA8261 |
| 141 | tristate "Philips TDA8261 based" |
| 142 | depends on DVB_CORE && I2C |
| 143 | default m if DVB_FE_CUSTOMISE |
| 144 | help |
| 145 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 146 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 147 | config DVB_VES1X93 |
| 148 | tristate "VLSI VES1893 or VES1993 based" |
| 149 | depends on DVB_CORE && I2C |
| 150 | default m if DVB_FE_CUSTOMISE |
| 151 | help |
| 152 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 153 | |
| 154 | config DVB_TUNER_ITD1000 |
| 155 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" |
| 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 | |
Patrick Boettcher | 4c48ae8 | 2008-11-23 16:26:54 -0300 | [diff] [blame] | 161 | config DVB_TUNER_CX24113 |
| 162 | tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" |
| 163 | depends on DVB_CORE && I2C |
| 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 | |
| 168 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 169 | config DVB_TDA826X |
| 170 | tristate "Philips TDA826X silicon tuner" |
| 171 | depends on DVB_CORE && I2C |
| 172 | default m if DVB_FE_CUSTOMISE |
| 173 | help |
| 174 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 175 | |
| 176 | config DVB_TUA6100 |
| 177 | tristate "Infineon TUA6100 PLL" |
| 178 | depends on DVB_CORE && I2C |
| 179 | default m if DVB_FE_CUSTOMISE |
| 180 | help |
| 181 | A DVB-S PLL chip. |
| 182 | |
Steven Toth | 0d46748 | 2008-09-04 01:14:43 -0300 | [diff] [blame] | 183 | config DVB_CX24116 |
| 184 | tristate "Conexant CX24116 based" |
| 185 | depends on DVB_CORE && I2C |
| 186 | default m if DVB_FE_CUSTOMISE |
| 187 | help |
| 188 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. |
| 189 | |
Igor M. Liplianin | 04ad28c | 2008-09-16 18:21:11 -0300 | [diff] [blame] | 190 | config DVB_SI21XX |
| 191 | tristate "Silicon Labs SI21XX based" |
| 192 | depends on DVB_CORE && I2C |
| 193 | default m if DVB_FE_CUSTOMISE |
| 194 | help |
| 195 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 196 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 197 | comment "DVB-T (terrestrial) frontends" |
| 198 | depends on DVB_CORE |
| 199 | |
| 200 | config DVB_SP8870 |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 201 | tristate "Spase sp8870 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 202 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 203 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 205 | 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] | 206 | |
| 207 | This driver needs external firmware. Please use the command |
| 208 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 209 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 210 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | |
| 212 | config DVB_SP887X |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 213 | tristate "Spase sp887x based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 214 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 215 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | help |
| 217 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 218 | |
| 219 | This driver needs external firmware. Please use the command |
| 220 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 221 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 222 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | |
| 224 | config DVB_CX22700 |
| 225 | tristate "Conexant CX22700 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 226 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 227 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | help |
| 229 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 230 | |
| 231 | config DVB_CX22702 |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 232 | tristate "Conexant cx22702 demodulator (OFDM)" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 233 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 234 | default m if DVB_FE_CUSTOMISE |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 235 | help |
| 236 | 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] | 237 | |
Henk Vergonet | 89f9257 | 2007-08-09 11:02:30 -0300 | [diff] [blame] | 238 | config DVB_DRX397XD |
| 239 | tristate "Micronas DRX3975D/DRX3977D based" |
Adrian Bunk | 886f8d6 | 2008-07-28 16:58:05 -0300 | [diff] [blame] | 240 | depends on DVB_CORE && I2C |
Henk Vergonet | 89f9257 | 2007-08-09 11:02:30 -0300 | [diff] [blame] | 241 | default m if DVB_FE_CUSTOMISE |
Henk Vergonet | 89f9257 | 2007-08-09 11:02:30 -0300 | [diff] [blame] | 242 | help |
| 243 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 244 | |
| 245 | TODO: |
| 246 | This driver needs external firmware. Please use the command |
| 247 | "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to |
| 248 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 249 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 250 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | config DVB_L64781 |
| 252 | tristate "LSI L64781" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 253 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 254 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | help |
| 256 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 257 | |
| 258 | config DVB_TDA1004X |
| 259 | tristate "Philips TDA10045H/TDA10046H based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 260 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 261 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | help |
| 263 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 264 | |
| 265 | This driver needs external firmware. Please use the commands |
| 266 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 267 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 268 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 269 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | |
| 271 | config DVB_NXT6000 |
| 272 | tristate "NxtWave Communications NXT6000 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 273 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 274 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | help |
| 276 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 277 | |
| 278 | config DVB_MT352 |
| 279 | tristate "Zarlink MT352 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 280 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 281 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | help |
| 283 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 284 | |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 285 | config DVB_ZL10353 |
| 286 | tristate "Zarlink ZL10353 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 287 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 288 | default m if DVB_FE_CUSTOMISE |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 289 | help |
| 290 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 291 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | config DVB_DIB3000MB |
| 293 | tristate "DiBcom 3000M-B" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 294 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 295 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | help |
| 297 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 298 | to support this frontend. |
| 299 | |
| 300 | config DVB_DIB3000MC |
| 301 | tristate "DiBcom 3000P/M-C" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 302 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 303 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | help |
| 305 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 306 | to support this frontend. |
| 307 | |
Patrick Boettcher | 69ea31e | 2006-10-17 18:28:14 -0300 | [diff] [blame] | 308 | config DVB_DIB7000M |
| 309 | tristate "DiBcom 7000MA/MB/PA/PB/MC" |
| 310 | depends on DVB_CORE && I2C |
| 311 | default m if DVB_FE_CUSTOMISE |
| 312 | help |
| 313 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 314 | to support this frontend. |
| 315 | |
Patrick Boettcher | a75763f | 2006-10-18 08:34:16 -0300 | [diff] [blame] | 316 | config DVB_DIB7000P |
| 317 | tristate "DiBcom 7000PC" |
| 318 | depends on DVB_CORE && I2C |
| 319 | default m if DVB_FE_CUSTOMISE |
| 320 | help |
| 321 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 322 | to support this frontend. |
| 323 | |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 324 | config DVB_TDA10048 |
| 325 | tristate "Philips TDA10048HN based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 326 | depends on DVB_CORE && I2C |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 327 | default m if DVB_FE_CUSTOMISE |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 328 | help |
| 329 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 330 | |
Mauro Carvalho Chehab | 79a6650 | 2009-03-10 00:49:58 -0300 | [diff] [blame] | 331 | config DVB_AF9013 |
| 332 | tristate "Afatech AF9013 demodulator" |
| 333 | depends on DVB_CORE && I2C |
| 334 | default m if DVB_FE_CUSTOMISE |
| 335 | help |
| 336 | Say Y when you want to support this frontend. |
| 337 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 338 | comment "DVB-C (cable) frontends" |
| 339 | depends on DVB_CORE |
| 340 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | config DVB_VES1820 |
| 342 | tristate "VLSI VES1820 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 343 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 344 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 345 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 346 | 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] | 347 | |
| 348 | config DVB_TDA10021 |
| 349 | tristate "Philips TDA10021 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 350 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 351 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 353 | 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] | 354 | |
Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 355 | config DVB_TDA10023 |
| 356 | tristate "Philips TDA10023 based" |
| 357 | depends on DVB_CORE && I2C |
| 358 | default m if DVB_FE_CUSTOMISE |
| 359 | help |
| 360 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 361 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | config DVB_STV0297 |
| 363 | tristate "ST STV0297 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 364 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 365 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | help |
| 367 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 368 | |
Trent Piepho | 005b541 | 2006-04-04 01:56:30 -0300 | [diff] [blame] | 369 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | depends on DVB_CORE |
| 371 | |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 372 | config DVB_NXT200X |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 373 | tristate "NxtWave Communications NXT2002/NXT2004 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 374 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 375 | default m if DVB_FE_CUSTOMISE |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 376 | help |
| 377 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 378 | to support this frontend. |
| 379 | |
Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame] | 380 | This driver needs external firmware. Please use the commands |
| 381 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and |
| 382 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to |
| 383 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 384 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 385 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | config DVB_OR51211 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 387 | tristate "Oren OR51211 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 388 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 389 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | help |
| 391 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. |
| 392 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 393 | This driver needs external firmware. Please use the command |
| 394 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to |
| 395 | download it, and then copy it to /usr/lib/hotplug/firmware |
| 396 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 397 | |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 398 | config DVB_OR51132 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 399 | tristate "Oren OR51132 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 400 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 401 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 402 | help |
| 403 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 404 | to support this frontend. |
| 405 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 406 | This driver needs external firmware. Please use the commands |
| 407 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or |
| 408 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to |
| 409 | download firmwares for 8VSB and QAM64/256, respectively. Copy them to |
| 410 | /usr/lib/hotplug/firmware or /lib/firmware (depending on |
| 411 | configuration of firmware hotplug). |
| 412 | |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 413 | config DVB_BCM3510 |
| 414 | tristate "Broadcom BCM3510" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 415 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 416 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 417 | help |
| 418 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to |
| 419 | support this frontend. |
| 420 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 421 | config DVB_LGDT330X |
Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 422 | tristate "LG Electronics LGDT3302/LGDT3303 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 423 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 424 | default m if DVB_FE_CUSTOMISE |
Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 425 | help |
| 426 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 427 | to support this frontend. |
| 428 | |
Mauro Carvalho Chehab | f71f11e | 2008-10-24 15:06:17 -0300 | [diff] [blame] | 429 | config DVB_LGDT3304 |
| 430 | tristate "LG Electronics LGDT3304" |
| 431 | depends on DVB_CORE && I2C |
| 432 | default m if DVB_FE_CUSTOMISE |
| 433 | help |
| 434 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 435 | to support this frontend. |
| 436 | |
Michael Krufky | cae78ed | 2009-01-13 04:40:36 -0300 | [diff] [blame] | 437 | config DVB_LGDT3305 |
| 438 | tristate "LG Electronics LGDT3305 based" |
| 439 | depends on DVB_CORE && I2C |
| 440 | default m if DVB_FE_CUSTOMISE |
| 441 | help |
| 442 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 443 | to support this frontend. |
| 444 | |
Steven Toth | 8988555 | 2007-07-28 19:34:52 -0300 | [diff] [blame] | 445 | config DVB_S5H1409 |
| 446 | tristate "Samsung S5H1409 based" |
| 447 | depends on DVB_CORE && I2C |
| 448 | default m if DVB_FE_CUSTOMISE |
| 449 | help |
| 450 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 451 | to support this frontend. |
| 452 | |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 453 | config DVB_AU8522 |
| 454 | tristate "Auvitek AU8522 based" |
Mauro Carvalho Chehab | 6a39a38 | 2009-03-19 21:03:09 -0300 | [diff] [blame] | 455 | depends on DVB_CORE && I2C && VIDEO_V4L2 |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 456 | default m if DVB_FE_CUSTOMISE |
| 457 | help |
| 458 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 459 | to support this frontend. |
| 460 | |
Steven Toth | 8b4f1d0 | 2008-04-25 03:44:36 -0300 | [diff] [blame] | 461 | config DVB_S5H1411 |
| 462 | tristate "Samsung S5H1411 based" |
| 463 | depends on DVB_CORE && I2C |
| 464 | default m if DVB_FE_CUSTOMISE |
| 465 | help |
| 466 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 467 | to support this frontend. |
| 468 | |
Mauro Carvalho Chehab | c2e591f | 2008-10-24 13:44:38 -0300 | [diff] [blame] | 469 | comment "ISDB-T (terrestrial) frontends" |
| 470 | depends on DVB_CORE |
| 471 | |
| 472 | config DVB_S921 |
| 473 | tristate "Sharp S921 tuner" |
| 474 | depends on DVB_CORE && I2C |
| 475 | default m if DVB_FE_CUSTOMISE |
| 476 | help |
| 477 | AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. |
| 478 | Say Y when you want to support this frontend. |
| 479 | |
Mauro Carvalho Chehab | b094516 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 480 | comment "Digital terrestrial only tuners/PLL" |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 481 | depends on DVB_CORE |
| 482 | |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 483 | config DVB_PLL |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 484 | tristate "Generic I2C PLL based tuners" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 485 | depends on DVB_CORE && I2C |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 486 | default m if DVB_FE_CUSTOMISE |
| 487 | help |
Michael Krufky | 0173e46 | 2007-09-27 11:37:19 -0300 | [diff] [blame] | 488 | 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] | 489 | 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] | 490 | |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 491 | config DVB_TUNER_DIB0070 |
| 492 | tristate "DiBcom DiB0070 silicon base-band tuner" |
| 493 | depends on I2C |
| 494 | default m if DVB_FE_CUSTOMISE |
| 495 | help |
| 496 | A driver for the silicon baseband tuner DiB0070 from DiBcom. |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 497 | This device is only used inside a SiP called together with a |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 498 | demodulator for now. |
| 499 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 500 | comment "SEC control devices for DVB-S" |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 501 | depends on DVB_CORE |
| 502 | |
| 503 | config DVB_LNBP21 |
Igor M. Liplianin | 8c1a233 | 2009-03-03 11:24:18 -0300 | [diff] [blame] | 504 | tristate "LNBP21/LNBH24 SEC controllers" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -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 |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 507 | help |
Igor M. Liplianin | 8c1a233 | 2009-03-03 11:24:18 -0300 | [diff] [blame] | 508 | An SEC control chips. |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 509 | |
Hartmut Hackmann | 26ec394 | 2008-04-22 14:42:09 -0300 | [diff] [blame] | 510 | config DVB_ISL6405 |
| 511 | tristate "ISL6405 SEC controller" |
| 512 | depends on DVB_CORE && I2C |
| 513 | default m if DVB_FE_CUSTOMISE |
| 514 | help |
| 515 | An SEC control chip. |
| 516 | |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 517 | config DVB_ISL6421 |
| 518 | tristate "ISL6421 SEC controller" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 519 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 520 | default m if DVB_FE_CUSTOMISE |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 521 | help |
| 522 | An SEC control chip. |
| 523 | |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame^] | 524 | config DVB_ISL6423 |
| 525 | tristate "ISL6423 SEC controller" |
| 526 | depends on DVB_CORE && I2C |
| 527 | default m if DVB_FE_CUSTOMISE |
| 528 | help |
| 529 | A SEC controller chip from Intersil |
| 530 | |
Timothy Lee | dfbdce0 | 2008-08-09 13:36:51 -0300 | [diff] [blame] | 531 | config DVB_LGS8GL5 |
| 532 | tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" |
| 533 | depends on DVB_CORE && I2C |
| 534 | default m if DVB_FE_CUSTOMISE |
| 535 | help |
| 536 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 537 | |
David Wong | f15da16 | 2009-04-01 04:35:10 -0300 | [diff] [blame] | 538 | config DVB_LGS8GXX |
| 539 | tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" |
| 540 | depends on DVB_CORE && I2C |
| 541 | default m if DVB_FE_CUSTOMISE |
| 542 | help |
| 543 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 544 | |
Patrick Boettcher | bccd700 | 2008-08-30 12:15:54 -0300 | [diff] [blame] | 545 | comment "Tools to develop new frontends" |
| 546 | |
| 547 | config DVB_DUMMY_FE |
| 548 | tristate "Dummy frontend driver" |
| 549 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | endmenu |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 551 | |
| 552 | endif |