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 | |
| 208 | config DVB_STV0297 |
| 209 | tristate "ST STV0297 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 210 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 211 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | help |
| 213 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 214 | |
Trent Piepho | 005b541 | 2006-04-04 01:56:30 -0300 | [diff] [blame] | 215 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | depends on DVB_CORE |
| 217 | |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 218 | config DVB_NXT200X |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 219 | tristate "NxtWave Communications NXT2002/NXT2004 based" |
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 |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 222 | select FW_LOADER |
| 223 | help |
| 224 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 225 | to support this frontend. |
| 226 | |
Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame] | 227 | This driver needs external firmware. Please use the commands |
| 228 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and |
| 229 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to |
| 230 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 231 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 232 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | config DVB_OR51211 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 234 | tristate "Oren OR51211 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 235 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 236 | default m if DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | select FW_LOADER |
| 238 | help |
| 239 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. |
| 240 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 241 | This driver needs external firmware. Please use the command |
| 242 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to |
| 243 | download it, and then copy it to /usr/lib/hotplug/firmware |
| 244 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 245 | |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 246 | config DVB_OR51132 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 247 | tristate "Oren OR51132 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 248 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 249 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 250 | select FW_LOADER |
| 251 | help |
| 252 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 253 | to support this frontend. |
| 254 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 255 | This driver needs external firmware. Please use the commands |
| 256 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or |
| 257 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to |
| 258 | download firmwares for 8VSB and QAM64/256, respectively. Copy them to |
| 259 | /usr/lib/hotplug/firmware or /lib/firmware (depending on |
| 260 | configuration of firmware hotplug). |
| 261 | |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 262 | config DVB_BCM3510 |
| 263 | tristate "Broadcom BCM3510" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 264 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 265 | default m if DVB_FE_CUSTOMISE |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 266 | select FW_LOADER |
| 267 | help |
| 268 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to |
| 269 | support this frontend. |
| 270 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 271 | config DVB_LGDT330X |
Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 272 | tristate "LG Electronics LGDT3302/LGDT3303 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 273 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 274 | default m if DVB_FE_CUSTOMISE |
Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 275 | help |
| 276 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 277 | to support this frontend. |
| 278 | |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 279 | comment "Tuners/PLL support" |
| 280 | depends on DVB_CORE |
| 281 | |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 282 | config DVB_PLL |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame^] | 283 | tristate "Generic I2C PLL based tuners" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 284 | depends on DVB_CORE && I2C |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame^] | 285 | default m if DVB_FE_CUSTOMISE |
| 286 | help |
| 287 | This module driver a number of tuners based on PLL chips with a |
| 288 | 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] | 289 | |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 290 | config DVB_TDA826X |
| 291 | tristate "Philips TDA826X silicon tuner" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 292 | depends on DVB_CORE && I2C |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 293 | default m if DVB_FE_CUSTOMISE |
| 294 | help |
| 295 | 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] | 296 | |
Michael Krufky | 8ce47da | 2007-04-27 12:31:14 -0300 | [diff] [blame] | 297 | config DVB_TDA827X |
| 298 | tristate "Philips TDA827X silicon tuner" |
| 299 | depends on DVB_CORE && I2C |
| 300 | default m if DVB_FE_CUSTOMISE |
| 301 | help |
| 302 | A DVB-T silicon tuner module. Say Y when you want to support this tuner. |
| 303 | |
Antti Palosaari | cbdc80e | 2007-01-21 15:56:10 -0300 | [diff] [blame] | 304 | config DVB_TUNER_QT1010 |
| 305 | tristate "Quantek QT1010 silicon tuner" |
| 306 | depends on DVB_CORE && I2C |
| 307 | default m if DVB_FE_CUSTOMISE |
| 308 | help |
| 309 | A driver for the silicon tuner QT1010 from Quantek. |
| 310 | |
Patrick Boettcher | 825d51e | 2006-08-08 15:48:10 -0300 | [diff] [blame] | 311 | config DVB_TUNER_MT2060 |
| 312 | tristate "Microtune MT2060 silicon IF tuner" |
Trent Piepho | 6c8c21b | 2006-10-14 16:21:02 -0300 | [diff] [blame] | 313 | depends on I2C |
| 314 | default m if DVB_FE_CUSTOMISE |
Patrick Boettcher | 825d51e | 2006-08-08 15:48:10 -0300 | [diff] [blame] | 315 | help |
| 316 | A driver for the silicon IF tuner MT2060 from Microtune. |
| 317 | |
Michael Krufky | 76db93d | 2006-11-19 19:45:26 -0300 | [diff] [blame] | 318 | config DVB_TUNER_LGH06XF |
| 319 | tristate "LG TDVS-H06xF ATSC tuner" |
| 320 | depends on DVB_CORE && I2C |
| 321 | select DVB_PLL |
| 322 | default m if DVB_FE_CUSTOMISE |
| 323 | help |
| 324 | A driver for the LG TDVS-H06xF ATSC tuner family. |
| 325 | |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 326 | comment "Miscellaneous devices" |
| 327 | depends on DVB_CORE |
| 328 | |
| 329 | config DVB_LNBP21 |
| 330 | tristate "LNBP21 SEC controller" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 331 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 332 | default m if DVB_FE_CUSTOMISE |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 333 | help |
| 334 | An SEC control chip. |
| 335 | |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 336 | config DVB_ISL6421 |
| 337 | tristate "ISL6421 SEC controller" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 338 | depends on DVB_CORE && I2C |
Andrew de Quincey | 176ac9d | 2006-08-08 09:10:11 -0300 | [diff] [blame] | 339 | default m if DVB_FE_CUSTOMISE |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 340 | help |
| 341 | An SEC control chip. |
| 342 | |
Andrew de Quincey | 00be2e7 | 2006-09-05 17:53:06 -0300 | [diff] [blame] | 343 | config DVB_TUA6100 |
| 344 | tristate "TUA6100 PLL" |
| 345 | depends on DVB_CORE && I2C |
| 346 | default m if DVB_FE_CUSTOMISE |
| 347 | help |
| 348 | A DVBS PLL chip. |
| 349 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | endmenu |