| 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" | 
|  | 9 | depends on DVB_CORE | 
|  | 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" | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 15 | depends on DVB_CORE | 
|  | 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" | 
|  | 21 | depends on DVB_CORE | 
|  | 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" | 
|  | 27 | depends on DVB_CORE | 
|  | 28 | help | 
|  | 29 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 30 |  | 
|  | 31 | config DVB_TDA80XX | 
|  | 32 | tristate "Philips TDA8044 or TDA8083 based" | 
|  | 33 | depends on DVB_CORE | 
|  | 34 | help | 
|  | 35 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 36 |  | 
|  | 37 | config DVB_MT312 | 
|  | 38 | tristate "Zarlink MT312 based" | 
|  | 39 | depends on DVB_CORE | 
|  | 40 | help | 
|  | 41 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 42 |  | 
|  | 43 | config DVB_VES1X93 | 
|  | 44 | tristate "VLSI VES1893 or VES1993 based" | 
|  | 45 | depends on DVB_CORE | 
|  | 46 | help | 
|  | 47 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 48 |  | 
| Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 49 | config DVB_S5H1420 | 
|  | 50 | tristate "Samsung S5H1420 based" | 
|  | 51 | depends on DVB_CORE | 
|  | 52 | help | 
|  | 53 | A DVB-S tuner module. Say Y when you want to support this frontend. | 
|  | 54 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | comment "DVB-T (terrestrial) frontends" | 
|  | 56 | depends on DVB_CORE | 
|  | 57 |  | 
|  | 58 | config DVB_SP8870 | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 59 | tristate "Spase sp8870 based" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | depends on DVB_CORE | 
|  | 61 | select FW_LOADER | 
|  | 62 | help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 63 | 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] | 64 |  | 
|  | 65 | This driver needs external firmware. Please use the command | 
|  | 66 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 67 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
|  | 68 | or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 |  | 
|  | 70 | config DVB_SP887X | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 71 | tristate "Spase sp887x based" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | depends on DVB_CORE | 
|  | 73 | select FW_LOADER | 
|  | 74 | help | 
|  | 75 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 76 |  | 
|  | 77 | This driver needs external firmware. Please use the command | 
|  | 78 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 79 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
|  | 80 | or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 |  | 
|  | 82 | config DVB_CX22700 | 
|  | 83 | tristate "Conexant CX22700 based" | 
|  | 84 | depends on DVB_CORE | 
|  | 85 | help | 
|  | 86 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 87 |  | 
|  | 88 | config DVB_CX22702 | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 89 | tristate "Conexant cx22702 demodulator (OFDM)" | 
|  | 90 | depends on DVB_CORE | 
|  | 91 | help | 
|  | 92 | 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] | 93 |  | 
|  | 94 | config DVB_L64781 | 
|  | 95 | tristate "LSI L64781" | 
|  | 96 | depends on DVB_CORE | 
|  | 97 | help | 
|  | 98 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 99 |  | 
|  | 100 | config DVB_TDA1004X | 
|  | 101 | tristate "Philips TDA10045H/TDA10046H based" | 
|  | 102 | depends on DVB_CORE | 
|  | 103 | select FW_LOADER | 
|  | 104 | help | 
|  | 105 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 106 |  | 
|  | 107 | This driver needs external firmware. Please use the commands | 
|  | 108 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 109 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to | 
| Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 110 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | 
|  | 111 | or /lib/firmware (depending on configuration of firmware hotplug). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 |  | 
|  | 113 | config DVB_NXT6000 | 
|  | 114 | tristate "NxtWave Communications NXT6000 based" | 
|  | 115 | depends on DVB_CORE | 
|  | 116 | help | 
|  | 117 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 118 |  | 
|  | 119 | config DVB_MT352 | 
|  | 120 | tristate "Zarlink MT352 based" | 
|  | 121 | depends on DVB_CORE | 
|  | 122 | help | 
|  | 123 | A DVB-T tuner module. Say Y when you want to support this frontend. | 
|  | 124 |  | 
|  | 125 | config DVB_DIB3000MB | 
|  | 126 | tristate "DiBcom 3000M-B" | 
|  | 127 | depends on DVB_CORE | 
|  | 128 | help | 
|  | 129 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
|  | 130 | to support this frontend. | 
|  | 131 |  | 
|  | 132 | config DVB_DIB3000MC | 
|  | 133 | tristate "DiBcom 3000P/M-C" | 
|  | 134 | depends on DVB_CORE | 
|  | 135 | help | 
|  | 136 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want | 
|  | 137 | to support this frontend. | 
|  | 138 |  | 
|  | 139 | comment "DVB-C (cable) frontends" | 
|  | 140 | depends on DVB_CORE | 
|  | 141 |  | 
|  | 142 | config DVB_ATMEL_AT76C651 | 
|  | 143 | tristate "Atmel AT76C651 based" | 
|  | 144 | depends on DVB_CORE | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 145 | help | 
|  | 146 | 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] | 147 |  | 
|  | 148 | config DVB_VES1820 | 
|  | 149 | tristate "VLSI VES1820 based" | 
|  | 150 | depends on DVB_CORE | 
|  | 151 | help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 152 | 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] | 153 |  | 
|  | 154 | config DVB_TDA10021 | 
|  | 155 | tristate "Philips TDA10021 based" | 
|  | 156 | depends on DVB_CORE | 
|  | 157 | help | 
| Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 158 | 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] | 159 |  | 
|  | 160 | config DVB_STV0297 | 
|  | 161 | tristate "ST STV0297 based" | 
|  | 162 | depends on DVB_CORE | 
|  | 163 | help | 
|  | 164 | A DVB-C tuner module. Say Y when you want to support this frontend. | 
|  | 165 |  | 
|  | 166 | comment "ATSC (North American/Korean Terresterial DTV) frontends" | 
|  | 167 | depends on DVB_CORE | 
|  | 168 |  | 
|  | 169 | config DVB_NXT2002 | 
|  | 170 | tristate "Nxt2002 based" | 
|  | 171 | depends on DVB_CORE | 
|  | 172 | select FW_LOADER | 
|  | 173 | help | 
|  | 174 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | 
|  | 175 |  | 
| Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame^] | 176 | This driver needs external firmware. Please use the command | 
|  | 177 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" to | 
|  | 178 | download/extract it, and then copy it to /usr/lib/hotplug/firmware | 
|  | 179 | or /lib/firmware (depending on configuration of firmware hotplug). | 
|  | 180 |  | 
| Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 181 | config DVB_NXT200X | 
|  | 182 | tristate "Nextwave NXT2002/NXT2004 based" | 
|  | 183 | depends on DVB_CORE | 
|  | 184 | select FW_LOADER | 
|  | 185 | help | 
|  | 186 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
|  | 187 | to support this frontend. | 
|  | 188 |  | 
| Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame^] | 189 | This driver needs external firmware. Please use the commands | 
|  | 190 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and | 
|  | 191 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to | 
|  | 192 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | 
|  | 193 | or /lib/firmware (depending on configuration of firmware hotplug). | 
|  | 194 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 195 | config DVB_OR51211 | 
|  | 196 | tristate "or51211 based (pcHDTV HD2000 card)" | 
|  | 197 | depends on DVB_CORE | 
|  | 198 | select FW_LOADER | 
|  | 199 | help | 
|  | 200 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. | 
|  | 201 |  | 
| Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 202 | config DVB_OR51132 | 
|  | 203 | tristate "OR51132 based (pcHDTV HD3000 card)" | 
|  | 204 | depends on DVB_CORE | 
|  | 205 | select FW_LOADER | 
|  | 206 | help | 
|  | 207 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
|  | 208 | to support this frontend. | 
|  | 209 |  | 
| Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 210 | config DVB_BCM3510 | 
|  | 211 | tristate "Broadcom BCM3510" | 
|  | 212 | depends on DVB_CORE | 
|  | 213 | select FW_LOADER | 
|  | 214 | help | 
|  | 215 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to | 
|  | 216 | support this frontend. | 
|  | 217 |  | 
| Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 218 | config DVB_LGDT330X | 
| Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 219 | tristate "LG Electronics LGDT3302/LGDT3303 based" | 
| Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 220 | depends on DVB_CORE | 
|  | 221 | help | 
|  | 222 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 
|  | 223 | to support this frontend. | 
|  | 224 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | endmenu |