| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "Customise DVB Frontends" | 
|  | 2 | depends on DVB_CORE | 
|  | 3 |  | 
|  | 4 | comment "DVB-S (satellite) frontends" | 
|  | 5 | depends on DVB_CORE | 
|  | 6 |  | 
|  | 7 | config DVB_STV0299 | 
|  | 8 | tristate "ST STV0299 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 9 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | help | 
|  | 11 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 12 |  | 
|  | 13 | config DVB_CX24110 | 
|  | 14 | tristate "Conexant CX24110 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 15 | depends on DVB_CORE && I2C | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 16 | help | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | 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] | 18 |  | 
| Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 19 | config DVB_CX24123 | 
|  | 20 | tristate "Conexant CX24123 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 21 | depends on DVB_CORE && I2C | 
| Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 22 | help | 
|  | 23 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 24 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | config DVB_TDA8083 | 
|  | 26 | tristate "Philips TDA8083 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 27 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | help | 
|  | 29 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 30 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | config DVB_MT312 | 
| Adrian Bunk | 4592b3a | 2006-02-27 00:07:49 -0300 | [diff] [blame] | 32 | tristate "Zarlink VP310/MT312 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 33 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | help | 
|  | 35 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 36 |  | 
|  | 37 | config DVB_VES1X93 | 
|  | 38 | tristate "VLSI VES1893 or VES1993 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 39 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | help | 
|  | 41 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 42 |  | 
| Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 43 | config DVB_S5H1420 | 
|  | 44 | tristate "Samsung S5H1420 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 45 | depends on DVB_CORE && I2C | 
| Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 46 | help | 
|  | 47 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 48 |  | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame^] | 49 | config DVB_TDA10086 | 
|  | 50 | tristate "Philips TDA10086 based" | 
|  | 51 | depends on DVB_CORE | 
|  | 52 | default m if DVB_FE_CUSTOMISE | 
|  | 53 | help | 
|  | 54 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 55 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | comment "DVB-T (terrestrial) frontends" | 
|  | 57 | depends on DVB_CORE | 
|  | 58 |  | 
|  | 59 | config DVB_SP8870 | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 60 | tristate "Spase sp8870 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 61 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | select FW_LOADER | 
|  | 63 | help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 64 | 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] | 65 |  | 
|  | 66 | This driver needs external firmware. Please use the command | 
|  | 67 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 68 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
|  | 69 | or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 |  | 
|  | 71 | config DVB_SP887X | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 72 | tristate "Spase sp887x based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 73 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | select FW_LOADER | 
|  | 75 | help | 
|  | 76 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 77 |  | 
|  | 78 | This driver needs external firmware. Please use the command | 
|  | 79 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 80 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
|  | 81 | or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 |  | 
|  | 83 | config DVB_CX22700 | 
|  | 84 | tristate "Conexant CX22700 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 85 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | help | 
|  | 87 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 88 |  | 
|  | 89 | config DVB_CX22702 | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 90 | tristate "Conexant cx22702 demodulator (OFDM)" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 91 | depends on DVB_CORE && I2C | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 92 | help | 
|  | 93 | 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] | 94 |  | 
|  | 95 | config DVB_L64781 | 
|  | 96 | tristate "LSI L64781" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 97 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | help | 
|  | 99 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 100 |  | 
|  | 101 | config DVB_TDA1004X | 
|  | 102 | tristate "Philips TDA10045H/TDA10046H based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 103 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | select FW_LOADER | 
|  | 105 | help | 
|  | 106 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 107 |  | 
|  | 108 | This driver needs external firmware. Please use the commands | 
|  | 109 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 110 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 111 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | 
|  | 112 | or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 |  | 
|  | 114 | config DVB_NXT6000 | 
|  | 115 | tristate "NxtWave Communications NXT6000 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 116 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | help | 
|  | 118 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 119 |  | 
|  | 120 | config DVB_MT352 | 
|  | 121 | tristate "Zarlink MT352 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 122 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | help | 
|  | 124 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 125 |  | 
| Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 126 | config DVB_ZL10353 | 
|  | 127 | tristate "Zarlink ZL10353 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 128 | depends on DVB_CORE && I2C | 
| Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 129 | help | 
|  | 130 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 131 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | config DVB_DIB3000MB | 
|  | 133 | tristate "DiBcom 3000M-B" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 134 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | help | 
|  | 136 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
|  | 137 | to support this frontend. | 
|  | 138 |  | 
|  | 139 | config DVB_DIB3000MC | 
|  | 140 | tristate "DiBcom 3000P/M-C" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 141 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | help | 
|  | 143 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
|  | 144 | to support this frontend. | 
|  | 145 |  | 
|  | 146 | comment "DVB-C (cable) frontends" | 
|  | 147 | depends on DVB_CORE | 
|  | 148 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | config DVB_VES1820 | 
|  | 150 | tristate "VLSI VES1820 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 151 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 153 | 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] | 154 |  | 
|  | 155 | config DVB_TDA10021 | 
|  | 156 | tristate "Philips TDA10021 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 157 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 159 | 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] | 160 |  | 
|  | 161 | config DVB_STV0297 | 
|  | 162 | tristate "ST STV0297 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 163 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 164 | help | 
|  | 165 | A DVB-C tuner module. Say Y when you want to support this frontend. | 
|  | 166 |  | 
| Trent Piepho | 005b541 | 2006-04-04 01:56:30 -0300 | [diff] [blame] | 167 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | depends on DVB_CORE | 
|  | 169 |  | 
| Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 170 | config DVB_NXT200X | 
| Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 171 | tristate "NxtWave Communications NXT2002/NXT2004 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 172 | depends on DVB_CORE && I2C | 
| Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 173 | select FW_LOADER | 
|  | 174 | help | 
|  | 175 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
|  | 176 | to support this frontend. | 
|  | 177 |  | 
| Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame] | 178 | This driver needs external firmware. Please use the commands | 
|  | 179 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and | 
|  | 180 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to | 
|  | 181 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | 
|  | 182 | or /lib/firmware (depending on configuration of firmware hotplug). | 
|  | 183 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | config DVB_OR51211 | 
| Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 185 | tristate "Oren OR51211 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 186 | depends on DVB_CORE && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | select FW_LOADER | 
|  | 188 | help | 
|  | 189 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | 
|  | 190 |  | 
| Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 191 | This driver needs external firmware. Please use the command | 
|  | 192 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to | 
|  | 193 | download it, and then copy it to /usr/lib/hotplug/firmware | 
|  | 194 | or /lib/firmware (depending on configuration of firmware hotplug). | 
|  | 195 |  | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 196 | config DVB_OR51132 | 
| Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 197 | tristate "Oren OR51132 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 198 | depends on DVB_CORE && I2C | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 199 | select FW_LOADER | 
|  | 200 | help | 
|  | 201 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
|  | 202 | to support this frontend. | 
|  | 203 |  | 
| Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 204 | This driver needs external firmware. Please use the commands | 
|  | 205 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or | 
|  | 206 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to | 
|  | 207 | download firmwares for 8VSB and QAM64/256, respectively. Copy them to | 
|  | 208 | /usr/lib/hotplug/firmware or /lib/firmware (depending on | 
|  | 209 | configuration of firmware hotplug). | 
|  | 210 |  | 
| Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 211 | config DVB_BCM3510 | 
|  | 212 | tristate "Broadcom BCM3510" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 213 | depends on DVB_CORE && I2C | 
| Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 214 | select FW_LOADER | 
|  | 215 | help | 
|  | 216 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to | 
|  | 217 | support this frontend. | 
|  | 218 |  | 
| Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 219 | config DVB_LGDT330X | 
| Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 220 | tristate "LG Electronics LGDT3302/LGDT3303 based" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 221 | depends on DVB_CORE && I2C | 
| Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 222 | help | 
|  | 223 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
|  | 224 | to support this frontend. | 
|  | 225 |  | 
| Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame^] | 226 | comment "Tuners/PLL support" | 
|  | 227 | depends on DVB_CORE | 
|  | 228 |  | 
|  | 229 | config DVB_TDA826X | 
|  | 230 | tristate "Philips TDA826X silicon tuner" | 
|  | 231 | depends on DVB_CORE | 
|  | 232 | default m if DVB_FE_CUSTOMISE | 
|  | 233 | help | 
|  | 234 | 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] | 235 |  | 
|  | 236 | comment "Miscellaneous devices" | 
|  | 237 | depends on DVB_CORE | 
|  | 238 |  | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 239 | config DVB_PLL | 
|  | 240 | tristate | 
|  | 241 | depends on DVB_CORE && I2C | 
|  | 242 |  | 
| Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 243 | config DVB_LNBP21 | 
|  | 244 | tristate "LNBP21 SEC controller" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 245 | depends on DVB_CORE && I2C | 
| Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 246 | help | 
|  | 247 | An SEC control chip. | 
|  | 248 |  | 
| Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 249 | config DVB_ISL6421 | 
|  | 250 | tristate "ISL6421 SEC controller" | 
| Andrew de Quincey | c482d4f6 | 2006-09-10 13:43:40 -0300 | [diff] [blame] | 251 | depends on DVB_CORE && I2C | 
| Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 252 | help | 
|  | 253 | An SEC control chip. | 
|  | 254 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | endmenu |