| 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 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | comment "DVB-S (satellite) frontends" | 
 | 16 | 	depends on DVB_CORE | 
 | 17 |  | 
 | 18 | config DVB_STV0299 | 
 | 19 | 	tristate "ST STV0299 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 20 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 21 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | 	help | 
 | 23 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 24 |  | 
 | 25 | config DVB_CX24110 | 
 | 26 | 	tristate "Conexant CX24110 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 27 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 28 | 	default m if DVB_FE_CUSTOMISE | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 29 | 	help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | 	  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] | 31 |  | 
| Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 32 | config DVB_CX24123 | 
 | 33 | 	tristate "Conexant CX24123 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 34 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 35 | 	default m if DVB_FE_CUSTOMISE | 
| Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 36 | 	help | 
 | 37 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 38 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | config DVB_TDA8083 | 
 | 40 | 	tristate "Philips TDA8083 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 41 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 42 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | 	help | 
 | 44 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 45 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | config DVB_MT312 | 
| Adrian Bunk | 4592b3a | 2006-02-27 00:07:49 -0300 | [diff] [blame] | 47 | 	tristate "Zarlink VP310/MT312 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 48 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 49 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | 	help | 
 | 51 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 52 |  | 
 | 53 | config DVB_VES1X93 | 
 | 54 | 	tristate "VLSI VES1893 or VES1993 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 55 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 56 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | 	help | 
 | 58 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 59 |  | 
| Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 60 | config DVB_S5H1420 | 
 | 61 | 	tristate "Samsung S5H1420 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 62 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 63 | 	default m if DVB_FE_CUSTOMISE | 
| Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 64 | 	help | 
 | 65 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 66 |  | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 67 | config DVB_TDA10086 | 
 | 68 | 	tristate "Philips TDA10086 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 69 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 70 | 	default m if DVB_FE_CUSTOMISE | 
 | 71 | 	help | 
 | 72 | 	  A DVB-S tuner module. Say Y when you want to support this frontend. | 
 | 73 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | comment "DVB-T (terrestrial) frontends" | 
 | 75 | 	depends on DVB_CORE | 
 | 76 |  | 
 | 77 | config DVB_SP8870 | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 78 | 	tristate "Spase sp8870 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 79 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 80 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | 	select FW_LOADER | 
 | 82 | 	help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 83 | 	  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] | 84 |  | 
 | 85 | 	  This driver needs external firmware. Please use the command | 
 | 86 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 87 | 	  download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
 | 88 | 	  or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 |  | 
 | 90 | config DVB_SP887X | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 91 | 	tristate "Spase sp887x based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 92 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 93 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | 	select FW_LOADER | 
 | 95 | 	help | 
 | 96 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 97 |  | 
 | 98 | 	  This driver needs external firmware. Please use the command | 
 | 99 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 100 | 	  download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
 | 101 | 	  or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 |  | 
 | 103 | config DVB_CX22700 | 
 | 104 | 	tristate "Conexant CX22700 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 105 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 106 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | 	help | 
 | 108 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 109 |  | 
 | 110 | config DVB_CX22702 | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 111 | 	tristate "Conexant cx22702 demodulator (OFDM)" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 112 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 113 | 	default m if DVB_FE_CUSTOMISE | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 114 | 	help | 
 | 115 | 	  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] | 116 |  | 
 | 117 | config DVB_L64781 | 
 | 118 | 	tristate "LSI L64781" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 119 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 120 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | 	help | 
 | 122 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 123 |  | 
 | 124 | config DVB_TDA1004X | 
 | 125 | 	tristate "Philips TDA10045H/TDA10046H based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 126 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 127 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | 	select FW_LOADER | 
 | 129 | 	help | 
 | 130 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 131 |  | 
 | 132 | 	  This driver needs external firmware. Please use the commands | 
 | 133 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 134 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 135 | 	  download/extract them, and then copy them to /usr/lib/hotplug/firmware | 
 | 136 | 	  or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 |  | 
 | 138 | config DVB_NXT6000 | 
 | 139 | 	tristate "NxtWave Communications NXT6000 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 140 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 141 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | 	help | 
 | 143 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 144 |  | 
 | 145 | config DVB_MT352 | 
 | 146 | 	tristate "Zarlink MT352 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 147 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 148 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | 	help | 
 | 150 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 151 |  | 
| Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 152 | config DVB_ZL10353 | 
 | 153 | 	tristate "Zarlink ZL10353 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 154 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 155 | 	default m if DVB_FE_CUSTOMISE | 
| Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 156 | 	help | 
 | 157 | 	  A DVB-T tuner module. Say Y when you want to support this frontend. | 
 | 158 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 159 | config DVB_DIB3000MB | 
 | 160 | 	tristate "DiBcom 3000M-B" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 161 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 162 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | 	help | 
 | 164 | 	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
 | 165 | 	  to support this frontend. | 
 | 166 |  | 
 | 167 | config DVB_DIB3000MC | 
 | 168 | 	tristate "DiBcom 3000P/M-C" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -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 | 
 | 172 | 	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
 | 173 | 	  to support this frontend. | 
 | 174 |  | 
| Patrick Boettcher | 69ea31e | 2006-10-17 18:28:14 -0300 | [diff] [blame] | 175 | config DVB_DIB7000M | 
 | 176 | 	tristate "DiBcom 7000MA/MB/PA/PB/MC" | 
 | 177 | 	depends on DVB_CORE && I2C | 
 | 178 | 	default m if DVB_FE_CUSTOMISE | 
 | 179 | 	help | 
 | 180 | 	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
 | 181 | 	  to support this frontend. | 
 | 182 |  | 
| Patrick Boettcher | a75763f | 2006-10-18 08:34:16 -0300 | [diff] [blame] | 183 | config DVB_DIB7000P | 
 | 184 | 	tristate "DiBcom 7000PC" | 
 | 185 | 	depends on DVB_CORE && I2C | 
 | 186 | 	default m if DVB_FE_CUSTOMISE | 
 | 187 | 	help | 
 | 188 | 	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
 | 189 | 	  to support this frontend. | 
 | 190 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | comment "DVB-C (cable) frontends" | 
 | 192 | 	depends on DVB_CORE | 
 | 193 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | config DVB_VES1820 | 
 | 195 | 	tristate "VLSI VES1820 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 196 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 197 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | 	help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 199 | 	  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] | 200 |  | 
 | 201 | config DVB_TDA10021 | 
 | 202 | 	tristate "Philips TDA10021 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 203 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 204 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | 	help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 206 | 	  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] | 207 |  | 
| Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 208 | config DVB_TDA10023 | 
 | 209 | 	tristate "Philips TDA10023 based" | 
 | 210 | 	depends on DVB_CORE && I2C | 
 | 211 | 	default m if DVB_FE_CUSTOMISE | 
 | 212 | 	help | 
 | 213 | 	  A DVB-C tuner module. Say Y when you want to support this frontend. | 
 | 214 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 215 | config DVB_STV0297 | 
 | 216 | 	tristate "ST STV0297 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 217 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 218 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | 	help | 
 | 220 | 	  A DVB-C tuner module. Say Y when you want to support this frontend. | 
 | 221 |  | 
| Trent Piepho | 005b541 | 2006-04-04 01:56:30 -0300 | [diff] [blame] | 222 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | 	depends on DVB_CORE | 
 | 224 |  | 
| Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 225 | config DVB_NXT200X | 
| Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 226 | 	tristate "NxtWave Communications NXT2002/NXT2004 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -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 | 
| Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 229 | 	select FW_LOADER | 
 | 230 | 	help | 
 | 231 | 	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
 | 232 | 	  to support this frontend. | 
 | 233 |  | 
| Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame] | 234 | 	  This driver needs external firmware. Please use the commands | 
 | 235 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and | 
 | 236 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to | 
 | 237 | 	  download/extract them, and then copy them to /usr/lib/hotplug/firmware | 
 | 238 | 	  or /lib/firmware (depending on configuration of firmware hotplug). | 
 | 239 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | config DVB_OR51211 | 
| Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 241 | 	tristate "Oren OR51211 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 242 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 243 | 	default m if DVB_FE_CUSTOMISE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | 	select FW_LOADER | 
 | 245 | 	help | 
 | 246 | 	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | 
 | 247 |  | 
| Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 248 | 	  This driver needs external firmware. Please use the command | 
 | 249 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to | 
 | 250 | 	  download it, and then copy it to /usr/lib/hotplug/firmware | 
 | 251 | 	  or /lib/firmware (depending on configuration of firmware hotplug). | 
 | 252 |  | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 253 | config DVB_OR51132 | 
| Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 254 | 	tristate "Oren OR51132 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 255 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 256 | 	default m if DVB_FE_CUSTOMISE | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 257 | 	select FW_LOADER | 
 | 258 | 	help | 
 | 259 | 	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
 | 260 | 	  to support this frontend. | 
 | 261 |  | 
| Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 262 | 	  This driver needs external firmware. Please use the commands | 
 | 263 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or | 
 | 264 | 	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to | 
 | 265 | 	  download firmwares for 8VSB and QAM64/256, respectively. Copy them to | 
 | 266 | 	  /usr/lib/hotplug/firmware or /lib/firmware (depending on | 
 | 267 | 	  configuration of firmware hotplug). | 
 | 268 |  | 
| Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 269 | config DVB_BCM3510 | 
 | 270 | 	tristate "Broadcom BCM3510" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 271 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 272 | 	default m if DVB_FE_CUSTOMISE | 
| Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 273 | 	select FW_LOADER | 
 | 274 | 	help | 
 | 275 | 	  An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to | 
 | 276 | 	  support this frontend. | 
 | 277 |  | 
| Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 278 | config DVB_LGDT330X | 
| Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 279 | 	tristate "LG Electronics LGDT3302/LGDT3303 based" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 280 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 281 | 	default m if DVB_FE_CUSTOMISE | 
| Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 282 | 	help | 
 | 283 | 	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
 | 284 | 	  to support this frontend. | 
 | 285 |  | 
| Steven Toth | 8988555 | 2007-07-28 19:34:52 -0300 | [diff] [blame^] | 286 | config DVB_S5H1409 | 
 | 287 | 	tristate "Samsung S5H1409 based" | 
 | 288 | 	depends on DVB_CORE && I2C | 
 | 289 | 	default m if DVB_FE_CUSTOMISE | 
 | 290 | 	help | 
 | 291 | 	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
 | 292 | 	  to support this frontend. | 
 | 293 |  | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 294 | comment "Tuners/PLL support" | 
 | 295 | 	depends on DVB_CORE | 
 | 296 |  | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 297 | config DVB_PLL | 
| Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 298 | 	tristate "Generic I2C PLL based tuners" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 299 | 	depends on DVB_CORE && I2C | 
| Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 300 | 	default m if DVB_FE_CUSTOMISE | 
 | 301 | 	help | 
 | 302 | 	  This module driver a number of tuners based on PLL chips with a | 
 | 303 | 	  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] | 304 |  | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 305 | config DVB_TDA826X | 
 | 306 | 	tristate "Philips TDA826X silicon tuner" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 307 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 308 | 	default m if DVB_FE_CUSTOMISE | 
 | 309 | 	help | 
 | 310 | 	  A DVB-S silicon tuner module. Say Y when you want to support this tuner. | 
| Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 311 |  | 
| Michael Krufky | 8ce47da | 2007-04-27 12:31:14 -0300 | [diff] [blame] | 312 | config DVB_TDA827X | 
 | 313 | 	tristate "Philips TDA827X silicon tuner" | 
 | 314 | 	depends on DVB_CORE && I2C | 
 | 315 | 	default m if DVB_FE_CUSTOMISE | 
 | 316 | 	help | 
 | 317 | 	  A DVB-T silicon tuner module. Say Y when you want to support this tuner. | 
 | 318 |  | 
| Antti Palosaari | cbdc80e | 2007-01-21 15:56:10 -0300 | [diff] [blame] | 319 | config DVB_TUNER_QT1010 | 
 | 320 | 	tristate "Quantek QT1010 silicon tuner" | 
 | 321 | 	depends on DVB_CORE && I2C | 
 | 322 | 	default m if DVB_FE_CUSTOMISE | 
 | 323 | 	help | 
 | 324 | 	  A driver for the silicon tuner QT1010 from Quantek. | 
 | 325 |  | 
| Patrick Boettcher | 825d51e | 2006-08-08 15:48:10 -0300 | [diff] [blame] | 326 | config DVB_TUNER_MT2060 | 
 | 327 | 	tristate "Microtune MT2060 silicon IF tuner" | 
| Trent Piepho | 6c8c21b | 2006-10-14 16:21:02 -0300 | [diff] [blame] | 328 | 	depends on I2C | 
 | 329 | 	default m if DVB_FE_CUSTOMISE | 
| Patrick Boettcher | 825d51e | 2006-08-08 15:48:10 -0300 | [diff] [blame] | 330 | 	help | 
 | 331 | 	  A driver for the silicon IF tuner MT2060 from Microtune. | 
 | 332 |  | 
| Olivier DANET | 54d75eb | 2007-07-25 14:42:54 -0300 | [diff] [blame] | 333 | config DVB_TUNER_MT2266 | 
 | 334 | 	tristate "Microtune MT2266 silicon tuner" | 
 | 335 | 	depends on I2C | 
 | 336 | 	default m if DVB_FE_CUSTOMISE | 
 | 337 | 	help | 
 | 338 | 	  A driver for the silicon baseband tuner MT2266 from Microtune. | 
 | 339 |  | 
| Steven Toth | f47623a | 2007-07-28 19:17:39 -0300 | [diff] [blame] | 340 | config DVB_TUNER_MT2131 | 
 | 341 | 	tristate "Microtune MT2131 silicon tuner" | 
 | 342 | 	depends on I2C | 
 | 343 | 	default m if DVB_FE_CUSTOMISE | 
 | 344 | 	help | 
 | 345 | 	  A driver for the silicon baseband tuner MT2131 from Microtune. | 
 | 346 |  | 
| Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 347 | comment "Miscellaneous devices" | 
 | 348 | 	depends on DVB_CORE | 
 | 349 |  | 
 | 350 | config DVB_LNBP21 | 
 | 351 | 	tristate "LNBP21 SEC controller" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 352 | 	depends on DVB_CORE && I2C | 
| Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 353 | 	default m if DVB_FE_CUSTOMISE | 
| Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 354 | 	help | 
 | 355 | 	  An SEC control chip. | 
 | 356 |  | 
| Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 357 | config DVB_ISL6421 | 
 | 358 | 	tristate "ISL6421 SEC controller" | 
| Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -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 | 
| Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 361 | 	help | 
 | 362 | 	  An SEC control chip. | 
 | 363 |  | 
| Andrew de Quincey | 00be2e7 | 2006-09-05 17:53:06 -0300 | [diff] [blame] | 364 | config DVB_TUA6100 | 
 | 365 | 	tristate "TUA6100 PLL" | 
 | 366 | 	depends on DVB_CORE && I2C | 
 | 367 | 	default m if DVB_FE_CUSTOMISE | 
 | 368 | 	help | 
 | 369 | 	  A DVBS PLL chip. | 
 | 370 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | endmenu |