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