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