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