Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 1 | menu "Customise DVB Frontends" |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 2 | visible if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | 4609bdd | 2009-03-06 08:31:39 -0300 | [diff] [blame] | 3 | |
Manu Abraham | e50e8e3 | 2007-07-03 09:53:42 -0300 | [diff] [blame] | 4 | comment "Multistandard (satellite) frontends" |
| 5 | depends on DVB_CORE |
| 6 | |
| 7 | config DVB_STB0899 |
| 8 | tristate "STB0899 based" |
Manu Abraham | 6199cee | 2007-10-08 18:51:54 -0300 | [diff] [blame] | 9 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 10 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | e50e8e3 | 2007-07-03 09:53:42 -0300 | [diff] [blame] | 11 | help |
| 12 | A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want |
| 13 | to support this demodulator based frontends |
| 14 | |
Manu Abraham | 040dcc3 | 2007-02-24 08:31:40 -0300 | [diff] [blame] | 15 | config DVB_STB6100 |
| 16 | tristate "STB6100 based tuners" |
Manu Abraham | 6199cee | 2007-10-08 18:51:54 -0300 | [diff] [blame] | 17 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 18 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | 040dcc3 | 2007-02-24 08:31:40 -0300 | [diff] [blame] | 19 | help |
| 20 | A Silicon tuner from ST used in conjunction with the STB0899 |
| 21 | demodulator. Say Y when you want to support this tuner. |
| 22 | |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 23 | config DVB_STV090x |
| 24 | tristate "STV0900/STV0903(A/B) based" |
| 25 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 26 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 27 | help |
| 28 | DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. |
| 29 | Say Y when you want to support these frontends. |
| 30 | |
| 31 | config DVB_STV6110x |
| 32 | tristate "STV6110/(A) based tuners" |
| 33 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 34 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 35 | help |
| 36 | A Silicon tuner that supports DVB-S and DVB-S2 modes |
| 37 | |
Oliver Endriss | f678c3b | 2011-07-03 13:51:43 -0300 | [diff] [blame] | 38 | comment "Multistandard (cable + terrestrial) frontends" |
| 39 | depends on DVB_CORE |
| 40 | |
| 41 | config DVB_DRXK |
| 42 | tristate "Micronas DRXK based" |
| 43 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 44 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Oliver Endriss | f678c3b | 2011-07-03 13:51:43 -0300 | [diff] [blame] | 45 | help |
| 46 | Micronas DRX-K DVB-C/T demodulator. |
| 47 | |
| 48 | Say Y when you want to support this frontend. |
| 49 | |
| 50 | config DVB_TDA18271C2DD |
| 51 | tristate "NXP TDA18271C2 silicon tuner" |
| 52 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 53 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Oliver Endriss | f678c3b | 2011-07-03 13:51:43 -0300 | [diff] [blame] | 54 | help |
| 55 | NXP TDA18271 silicon tuner. |
| 56 | |
| 57 | Say Y when you want to support this tuner. |
| 58 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | comment "DVB-S (satellite) frontends" |
| 60 | depends on DVB_CORE |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | config DVB_CX24110 |
| 63 | tristate "Conexant CX24110 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 64 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 65 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 66 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | 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] | 68 | |
Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 69 | config DVB_CX24123 |
| 70 | tristate "Conexant CX24123 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 71 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 72 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Steve Toth | b79cb65 | 2006-01-09 15:25:07 -0200 | [diff] [blame] | 73 | help |
| 74 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 75 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | config DVB_MT312 |
Matthias Schwarzott | e4671b6 | 2008-04-30 12:21:04 -0300 | [diff] [blame] | 77 | tristate "Zarlink VP310/MT312/ZL10313 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 78 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 79 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | help |
| 81 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 82 | |
Matthias Schwarzott | 68b3289f | 2009-02-24 12:35:15 -0300 | [diff] [blame] | 83 | config DVB_ZL10036 |
| 84 | tristate "Zarlink ZL10036 silicon tuner" |
| 85 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 86 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Matthias Schwarzott | 68b3289f | 2009-02-24 12:35:15 -0300 | [diff] [blame] | 87 | help |
| 88 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 89 | |
Igor M. Liplianin | 2ccf5a9 | 2009-06-20 09:51:48 -0300 | [diff] [blame] | 90 | config DVB_ZL10039 |
| 91 | tristate "Zarlink ZL10039 silicon tuner" |
| 92 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 93 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 2ccf5a9 | 2009-06-20 09:51:48 -0300 | [diff] [blame] | 94 | help |
| 95 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 96 | |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 97 | config DVB_S5H1420 |
| 98 | tristate "Samsung S5H1420 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 99 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 100 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 101 | help |
| 102 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 103 | |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 104 | config DVB_STV0288 |
| 105 | tristate "ST STV0288 based" |
| 106 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 107 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 108 | help |
| 109 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 110 | |
| 111 | config DVB_STB6000 |
| 112 | tristate "ST STB6000 silicon tuner" |
| 113 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 114 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | e4aab64 | 2008-09-23 15:43:57 -0300 | [diff] [blame] | 115 | help |
| 116 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 117 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 118 | config DVB_STV0299 |
| 119 | tristate "ST STV0299 based" |
| 120 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 121 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 122 | help |
| 123 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 124 | |
Igor M. Liplianin | 47220bc | 2009-03-03 11:16:40 -0300 | [diff] [blame] | 125 | config DVB_STV6110 |
| 126 | tristate "ST STV6110 silicon tuner" |
| 127 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 128 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 47220bc | 2009-03-03 11:16:40 -0300 | [diff] [blame] | 129 | help |
| 130 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 131 | |
Igor M. Liplianin | ce45264 | 2009-03-03 11:55:20 -0300 | [diff] [blame] | 132 | config DVB_STV0900 |
| 133 | tristate "ST STV0900 based" |
| 134 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 135 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | ce45264 | 2009-03-03 11:55:20 -0300 | [diff] [blame] | 136 | help |
| 137 | A DVB-S/S2 demodulator. Say Y when you want to support this frontend. |
| 138 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 139 | config DVB_TDA8083 |
| 140 | tristate "Philips TDA8083 based" |
| 141 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 142 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 143 | help |
| 144 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 145 | |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 146 | config DVB_TDA10086 |
| 147 | tristate "Philips TDA10086 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 148 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 149 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 150 | help |
| 151 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 152 | |
Manu Abraham | 654dbad | 2008-10-23 17:56:07 -0300 | [diff] [blame] | 153 | config DVB_TDA8261 |
| 154 | tristate "Philips TDA8261 based" |
| 155 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 156 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | 654dbad | 2008-10-23 17:56:07 -0300 | [diff] [blame] | 157 | help |
| 158 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 159 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 160 | config DVB_VES1X93 |
| 161 | tristate "VLSI VES1893 or VES1993 based" |
| 162 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 163 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 164 | help |
| 165 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 166 | |
| 167 | config DVB_TUNER_ITD1000 |
| 168 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" |
| 169 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 170 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 171 | help |
| 172 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 173 | |
Patrick Boettcher | 4c48ae8 | 2008-11-23 16:26:54 -0300 | [diff] [blame] | 174 | config DVB_TUNER_CX24113 |
| 175 | tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" |
| 176 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 177 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 4c48ae8 | 2008-11-23 16:26:54 -0300 | [diff] [blame] | 178 | help |
| 179 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 180 | |
| 181 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 182 | config DVB_TDA826X |
| 183 | tristate "Philips TDA826X silicon tuner" |
| 184 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 185 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 186 | help |
| 187 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. |
| 188 | |
| 189 | config DVB_TUA6100 |
| 190 | tristate "Infineon TUA6100 PLL" |
| 191 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 192 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 193 | help |
| 194 | A DVB-S PLL chip. |
| 195 | |
Steven Toth | 0d46748 | 2008-09-04 01:14:43 -0300 | [diff] [blame] | 196 | config DVB_CX24116 |
| 197 | tristate "Conexant CX24116 based" |
| 198 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 199 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Steven Toth | 0d46748 | 2008-09-04 01:14:43 -0300 | [diff] [blame] | 200 | help |
| 201 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. |
| 202 | |
Igor M. Liplianin | 04ad28c | 2008-09-16 18:21:11 -0300 | [diff] [blame] | 203 | config DVB_SI21XX |
| 204 | tristate "Silicon Labs SI21XX based" |
| 205 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 206 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 04ad28c | 2008-09-16 18:21:11 -0300 | [diff] [blame] | 207 | help |
| 208 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 209 | |
Igor M. Liplianin | 09ea33e | 2009-11-24 20:16:04 -0300 | [diff] [blame] | 210 | config DVB_DS3000 |
| 211 | tristate "Montage Tehnology DS3000 based" |
| 212 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 213 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 09ea33e | 2009-11-24 20:16:04 -0300 | [diff] [blame] | 214 | help |
| 215 | A DVB-S/S2 tuner module. Say Y when you want to support this frontend. |
| 216 | |
Manu Abraham | 8873c61 | 2009-12-05 01:24:08 -0300 | [diff] [blame] | 217 | config DVB_MB86A16 |
| 218 | tristate "Fujitsu MB86A16 based" |
| 219 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 220 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | 8873c61 | 2009-12-05 01:24:08 -0300 | [diff] [blame] | 221 | help |
| 222 | A DVB-S/DSS Direct Conversion reveiver. |
| 223 | Say Y when you want to support this frontend. |
| 224 | |
Antti Palosaari | de8e420 | 2011-08-01 01:07:39 -0300 | [diff] [blame] | 225 | config DVB_TDA10071 |
| 226 | tristate "NXP TDA10071" |
| 227 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 228 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | de8e420 | 2011-08-01 01:07:39 -0300 | [diff] [blame] | 229 | help |
| 230 | Say Y when you want to support this frontend. |
| 231 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | comment "DVB-T (terrestrial) frontends" |
| 233 | depends on DVB_CORE |
| 234 | |
| 235 | config DVB_SP8870 |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 236 | tristate "Spase sp8870 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 237 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 238 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 240 | 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] | 241 | |
| 242 | This driver needs external firmware. Please use the command |
| 243 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 244 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 245 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | |
| 247 | config DVB_SP887X |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 248 | tristate "Spase sp887x based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 249 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 250 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | help |
| 252 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 253 | |
| 254 | This driver needs external firmware. Please use the command |
| 255 | "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 256 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 257 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | |
| 259 | config DVB_CX22700 |
| 260 | tristate "Conexant CX22700 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 261 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 262 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | help |
| 264 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 265 | |
| 266 | config DVB_CX22702 |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 267 | tristate "Conexant cx22702 demodulator (OFDM)" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 268 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 269 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 270 | help |
| 271 | 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] | 272 | |
Palash Bandyopadhyay | 47b75ec | 2010-07-06 16:40:58 -0300 | [diff] [blame] | 273 | config DVB_S5H1432 |
| 274 | tristate "Samsung s5h1432 demodulator (OFDM)" |
| 275 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 276 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Palash Bandyopadhyay | 47b75ec | 2010-07-06 16:40:58 -0300 | [diff] [blame] | 277 | help |
| 278 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 279 | |
Devin Heitmueller | 949a12e | 2011-03-13 01:53:02 -0300 | [diff] [blame] | 280 | config DVB_DRXD |
| 281 | tristate "Micronas DRXD driver" |
| 282 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 283 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Devin Heitmueller | 949a12e | 2011-03-13 01:53:02 -0300 | [diff] [blame] | 284 | help |
| 285 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 286 | |
| 287 | Note: this driver was based on vendor driver reference code (released |
| 288 | under the GPL) as opposed to the existing drx397xd driver, which |
| 289 | was written via reverse engineering. |
| 290 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | config DVB_L64781 |
| 292 | tristate "LSI L64781" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 293 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 294 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 295 | help |
| 296 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 297 | |
| 298 | config DVB_TDA1004X |
| 299 | tristate "Philips TDA10045H/TDA10046H based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 300 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 301 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | help |
| 303 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 304 | |
| 305 | This driver needs external firmware. Please use the commands |
| 306 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 307 | "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to |
Ville Skytt\ä | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 308 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 309 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 310 | |
| 311 | config DVB_NXT6000 |
| 312 | tristate "NxtWave Communications NXT6000 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 313 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 314 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | help |
| 316 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 317 | |
| 318 | config DVB_MT352 |
| 319 | tristate "Zarlink MT352 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 320 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 321 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | help |
| 323 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 324 | |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 325 | config DVB_ZL10353 |
| 326 | tristate "Zarlink ZL10353 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 327 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 328 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Chris Pascoe | 780dfef | 2006-02-28 08:34:59 -0300 | [diff] [blame] | 329 | help |
| 330 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 331 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 332 | config DVB_DIB3000MB |
| 333 | tristate "DiBcom 3000M-B" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 334 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 335 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | help |
| 337 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 338 | to support this frontend. |
| 339 | |
| 340 | config DVB_DIB3000MC |
| 341 | tristate "DiBcom 3000P/M-C" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 342 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 343 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 344 | help |
| 345 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 346 | to support this frontend. |
| 347 | |
Patrick Boettcher | 69ea31e | 2006-10-17 18:28:14 -0300 | [diff] [blame] | 348 | config DVB_DIB7000M |
| 349 | tristate "DiBcom 7000MA/MB/PA/PB/MC" |
| 350 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 351 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 69ea31e | 2006-10-17 18:28:14 -0300 | [diff] [blame] | 352 | help |
| 353 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 354 | to support this frontend. |
| 355 | |
Patrick Boettcher | a75763f | 2006-10-18 08:34:16 -0300 | [diff] [blame] | 356 | config DVB_DIB7000P |
| 357 | tristate "DiBcom 7000PC" |
| 358 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 359 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | a75763f | 2006-10-18 08:34:16 -0300 | [diff] [blame] | 360 | help |
| 361 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 362 | to support this frontend. |
| 363 | |
Olivier Grenie | dd316c6 | 2011-01-04 04:28:59 -0300 | [diff] [blame] | 364 | config DVB_DIB9000 |
| 365 | tristate "DiBcom 9000" |
| 366 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 367 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Olivier Grenie | dd316c6 | 2011-01-04 04:28:59 -0300 | [diff] [blame] | 368 | help |
| 369 | A DVB-T tuner module. Designed for mobile usage. Say Y when you want |
| 370 | to support this frontend. |
| 371 | |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 372 | config DVB_TDA10048 |
| 373 | tristate "Philips TDA10048HN based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 374 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 375 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Steven Toth | 7bbb1ce | 2008-04-19 01:06:25 -0300 | [diff] [blame] | 376 | help |
| 377 | A DVB-T tuner module. Say Y when you want to support this frontend. |
| 378 | |
Mauro Carvalho Chehab | 79a6650 | 2009-03-10 00:49:58 -0300 | [diff] [blame] | 379 | config DVB_AF9013 |
| 380 | tristate "Afatech AF9013 demodulator" |
| 381 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 382 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | 79a6650 | 2009-03-10 00:49:58 -0300 | [diff] [blame] | 383 | help |
| 384 | Say Y when you want to support this frontend. |
| 385 | |
Antti Palosaari | a15c7b4 | 2009-11-13 22:33:45 -0300 | [diff] [blame] | 386 | config DVB_EC100 |
| 387 | tristate "E3C EC100" |
| 388 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 389 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | a15c7b4 | 2009-11-13 22:33:45 -0300 | [diff] [blame] | 390 | help |
| 391 | Say Y when you want to support this frontend. |
| 392 | |
Antti Palosaari | ee9b8c8 | 2011-11-06 20:01:13 -0300 | [diff] [blame] | 393 | config DVB_HD29L2 |
| 394 | tristate "HDIC HD29L2" |
| 395 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 396 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | ee9b8c8 | 2011-11-06 20:01:13 -0300 | [diff] [blame] | 397 | help |
| 398 | Say Y when you want to support this frontend. |
| 399 | |
Igor M. Liplianin | 17cce93 | 2011-01-25 17:02:00 -0300 | [diff] [blame] | 400 | config DVB_STV0367 |
| 401 | tristate "ST STV0367 based" |
| 402 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 403 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 17cce93 | 2011-01-25 17:02:00 -0300 | [diff] [blame] | 404 | help |
| 405 | A DVB-T/C tuner module. Say Y when you want to support this frontend. |
| 406 | |
Antti Palosaari | 27cfc85 | 2011-04-07 16:27:43 -0300 | [diff] [blame] | 407 | config DVB_CXD2820R |
| 408 | tristate "Sony CXD2820R" |
| 409 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 410 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | 27cfc85 | 2011-04-07 16:27:43 -0300 | [diff] [blame] | 411 | help |
| 412 | Say Y when you want to support this frontend. |
| 413 | |
Antti Palosaari | c0adca7 | 2011-07-08 23:34:09 -0300 | [diff] [blame] | 414 | config DVB_RTL2830 |
| 415 | tristate "Realtek RTL2830 DVB-T" |
| 416 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 417 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | c0adca7 | 2011-07-08 23:34:09 -0300 | [diff] [blame] | 418 | help |
| 419 | Say Y when you want to support this frontend. |
| 420 | |
Thomas Mair | 82041c0 | 2012-05-18 14:47:40 -0300 | [diff] [blame] | 421 | config DVB_RTL2832 |
| 422 | tristate "Realtek RTL2832 DVB-T" |
| 423 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 424 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Thomas Mair | 82041c0 | 2012-05-18 14:47:40 -0300 | [diff] [blame] | 425 | help |
| 426 | Say Y when you want to support this frontend. |
| 427 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 428 | comment "DVB-C (cable) frontends" |
| 429 | depends on DVB_CORE |
| 430 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | config DVB_VES1820 |
| 432 | tristate "VLSI VES1820 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 433 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 434 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 436 | 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] | 437 | |
| 438 | config DVB_TDA10021 |
| 439 | tristate "Philips TDA10021 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 440 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 441 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | help |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 443 | 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] | 444 | |
Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 445 | config DVB_TDA10023 |
| 446 | tristate "Philips TDA10023 based" |
| 447 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 448 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 449 | help |
| 450 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 451 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | config DVB_STV0297 |
| 453 | tristate "ST STV0297 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 454 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 455 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 456 | help |
| 457 | A DVB-C tuner module. Say Y when you want to support this frontend. |
| 458 | |
Trent Piepho | 005b541 | 2006-04-04 01:56:30 -0300 | [diff] [blame] | 459 | comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 460 | depends on DVB_CORE |
| 461 | |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 462 | config DVB_NXT200X |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 463 | tristate "NxtWave Communications NXT2002/NXT2004 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 464 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 465 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Kirk Lapray | 04a4592 | 2005-11-08 21:35:46 -0800 | [diff] [blame] | 466 | help |
| 467 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 468 | to support this frontend. |
| 469 | |
Michael Krufky | 66e33de | 2006-01-09 15:25:39 -0200 | [diff] [blame] | 470 | This driver needs external firmware. Please use the commands |
| 471 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and |
| 472 | "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to |
| 473 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
| 474 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 475 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 476 | config DVB_OR51211 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 477 | tristate "Oren OR51211 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 478 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 479 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | help |
| 481 | An ATSC 8VSB tuner module. Say Y when you want to support this frontend. |
| 482 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 483 | This driver needs external firmware. Please use the command |
| 484 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to |
| 485 | download it, and then copy it to /usr/lib/hotplug/firmware |
| 486 | or /lib/firmware (depending on configuration of firmware hotplug). |
| 487 | |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 488 | config DVB_OR51132 |
Michael Krufky | f5c08a2 | 2006-03-16 13:18:25 -0300 | [diff] [blame] | 489 | tristate "Oren OR51132 based" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 490 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 491 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 0b3f5a5 | 2005-05-16 21:54:38 -0700 | [diff] [blame] | 492 | help |
| 493 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 494 | to support this frontend. |
| 495 | |
Trent Piepho | 2b3835b | 2006-03-29 13:53:15 -0300 | [diff] [blame] | 496 | This driver needs external firmware. Please use the commands |
| 497 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or |
| 498 | "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to |
| 499 | download firmwares for 8VSB and QAM64/256, respectively. Copy them to |
| 500 | /usr/lib/hotplug/firmware or /lib/firmware (depending on |
| 501 | configuration of firmware hotplug). |
| 502 | |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 503 | config DVB_BCM3510 |
| 504 | tristate "Broadcom BCM3510" |
Adrian Bunk | 445c271 | 2008-07-27 10:04:55 -0300 | [diff] [blame] | 505 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 506 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 55f51ef | 2005-06-23 22:02:41 -0700 | [diff] [blame] | 507 | help |
| 508 | An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to |
| 509 | support this frontend. |
| 510 | |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 511 | config DVB_LGDT330X |
Michael Krufky | e179d8b | 2005-08-09 17:48:54 -0700 | [diff] [blame] | 512 | tristate "LG Electronics LGDT3302/LGDT3303 based" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 513 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 514 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mac Michaels | d8667cb | 2005-07-07 17:58:29 -0700 | [diff] [blame] | 515 | help |
| 516 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 517 | to support this frontend. |
| 518 | |
Michael Krufky | cae78ed | 2009-01-13 04:40:36 -0300 | [diff] [blame] | 519 | config DVB_LGDT3305 |
Jarod Wilson | 4cce492 | 2010-10-20 16:26:09 -0300 | [diff] [blame] | 520 | tristate "LG Electronics LGDT3304 and LGDT3305 based" |
Michael Krufky | cae78ed | 2009-01-13 04:40:36 -0300 | [diff] [blame] | 521 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 522 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Michael Krufky | cae78ed | 2009-01-13 04:40:36 -0300 | [diff] [blame] | 523 | help |
| 524 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 525 | to support this frontend. |
| 526 | |
Michael Krufky | e26f2ae | 2012-01-29 15:46:46 -0300 | [diff] [blame] | 527 | config DVB_LG2160 |
| 528 | tristate "LG Electronics LG216x based" |
| 529 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 530 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Michael Krufky | e26f2ae | 2012-01-29 15:46:46 -0300 | [diff] [blame] | 531 | help |
| 532 | An ATSC/MH demodulator module. Say Y when you want |
| 533 | to support this frontend. |
| 534 | |
Steven Toth | 8988555 | 2007-07-28 19:34:52 -0300 | [diff] [blame] | 535 | config DVB_S5H1409 |
| 536 | tristate "Samsung S5H1409 based" |
| 537 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 538 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Steven Toth | 8988555 | 2007-07-28 19:34:52 -0300 | [diff] [blame] | 539 | help |
| 540 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 541 | to support this frontend. |
| 542 | |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 543 | config DVB_AU8522 |
Michael Krufky | b31506c | 2012-01-27 13:18:29 -0300 | [diff] [blame] | 544 | depends on I2C |
| 545 | tristate |
| 546 | |
| 547 | config DVB_AU8522_DTV |
| 548 | tristate "Auvitek AU8522 based DTV demod" |
| 549 | depends on DVB_CORE && I2C |
| 550 | select DVB_AU8522 |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 551 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 552 | help |
Michael Krufky | b31506c | 2012-01-27 13:18:29 -0300 | [diff] [blame] | 553 | An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when |
| 554 | you want to enable DTV demodulation support for this frontend. |
| 555 | |
| 556 | config DVB_AU8522_V4L |
| 557 | tristate "Auvitek AU8522 based ATV demod" |
| 558 | depends on VIDEO_V4L2 && I2C |
| 559 | select DVB_AU8522 |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 560 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Michael Krufky | b31506c | 2012-01-27 13:18:29 -0300 | [diff] [blame] | 561 | help |
| 562 | An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when |
| 563 | you want to enable ATV demodulation support for this frontend. |
Steven Toth | 265a651 | 2008-04-18 21:34:00 -0300 | [diff] [blame] | 564 | |
Steven Toth | 8b4f1d0 | 2008-04-25 03:44:36 -0300 | [diff] [blame] | 565 | config DVB_S5H1411 |
| 566 | tristate "Samsung S5H1411 based" |
| 567 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 568 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Steven Toth | 8b4f1d0 | 2008-04-25 03:44:36 -0300 | [diff] [blame] | 569 | help |
| 570 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
| 571 | to support this frontend. |
| 572 | |
Mauro Carvalho Chehab | c2e591f | 2008-10-24 13:44:38 -0300 | [diff] [blame] | 573 | comment "ISDB-T (terrestrial) frontends" |
| 574 | depends on DVB_CORE |
| 575 | |
| 576 | config DVB_S921 |
Mauro Carvalho Chehab | 3a509bb | 2010-09-10 16:49:47 -0300 | [diff] [blame] | 577 | tristate "Sharp S921 frontend" |
Mauro Carvalho Chehab | c2e591f | 2008-10-24 13:44:38 -0300 | [diff] [blame] | 578 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 579 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | c2e591f | 2008-10-24 13:44:38 -0300 | [diff] [blame] | 580 | help |
| 581 | AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. |
| 582 | Say Y when you want to support this frontend. |
| 583 | |
Patrick Boettcher | 77e2c0f | 2009-08-17 07:01:10 -0300 | [diff] [blame] | 584 | config DVB_DIB8000 |
| 585 | tristate "DiBcom 8000MB/MC" |
| 586 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 587 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 77e2c0f | 2009-08-17 07:01:10 -0300 | [diff] [blame] | 588 | help |
| 589 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. |
| 590 | Say Y when you want to support this frontend. |
| 591 | |
Mauro Carvalho Chehab | b9ede79a | 2010-09-27 20:52:43 -0300 | [diff] [blame] | 592 | config DVB_MB86A20S |
| 593 | tristate "Fujitsu mb86a20s" |
| 594 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 595 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | b9ede79a | 2010-09-27 20:52:43 -0300 | [diff] [blame] | 596 | help |
| 597 | A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator. |
| 598 | Say Y when you want to support this frontend. |
| 599 | |
Mauro Carvalho Chehab | b094516 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 600 | comment "Digital terrestrial only tuners/PLL" |
Andrew de Quincey | 6bca358 | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 601 | depends on DVB_CORE |
| 602 | |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 603 | config DVB_PLL |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 604 | tristate "Generic I2C PLL based tuners" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 605 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 606 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Trent Piepho | 9ab1ba3 | 2007-04-27 12:31:28 -0300 | [diff] [blame] | 607 | help |
Michael Krufky | 0173e46 | 2007-09-27 11:37:19 -0300 | [diff] [blame] | 608 | 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] | 609 | 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] | 610 | |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 611 | config DVB_TUNER_DIB0070 |
| 612 | tristate "DiBcom DiB0070 silicon base-band tuner" |
| 613 | depends on I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 614 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 615 | help |
| 616 | A driver for the silicon baseband tuner DiB0070 from DiBcom. |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 617 | This device is only used inside a SiP called together with a |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 618 | demodulator for now. |
| 619 | |
Olivier Grenie | 03245a5 | 2009-12-04 13:27:57 -0300 | [diff] [blame] | 620 | config DVB_TUNER_DIB0090 |
| 621 | tristate "DiBcom DiB0090 silicon base-band tuner" |
| 622 | depends on I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 623 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Olivier Grenie | 03245a5 | 2009-12-04 13:27:57 -0300 | [diff] [blame] | 624 | help |
| 625 | A driver for the silicon baseband tuner DiB0090 from DiBcom. |
| 626 | This device is only used inside a SiP called together with a |
| 627 | demodulator for now. |
| 628 | |
Mauro Carvalho Chehab | df7aaaf | 2008-04-26 16:19:58 -0300 | [diff] [blame] | 629 | comment "SEC control devices for DVB-S" |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 630 | depends on DVB_CORE |
| 631 | |
| 632 | config DVB_LNBP21 |
Igor M. Liplianin | 8c1a233 | 2009-03-03 11:24:18 -0300 | [diff] [blame] | 633 | tristate "LNBP21/LNBH24 SEC controllers" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 634 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 635 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 636 | help |
Igor M. Liplianin | 8c1a233 | 2009-03-03 11:24:18 -0300 | [diff] [blame] | 637 | An SEC control chips. |
Andrew de Quincey | d020542 | 2006-04-27 21:45:01 -0300 | [diff] [blame] | 638 | |
Igor M. Liplianin | 4e2c53f | 2011-09-23 18:33:50 -0300 | [diff] [blame] | 639 | config DVB_LNBP22 |
| 640 | tristate "LNBP22 SEC controllers" |
| 641 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 642 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 4e2c53f | 2011-09-23 18:33:50 -0300 | [diff] [blame] | 643 | help |
| 644 | LNB power supply and control voltage |
| 645 | regulator chip with step-up converter |
| 646 | and I2C interface. |
| 647 | Say Y when you want to support this chip. |
| 648 | |
Hartmut Hackmann | 26ec394 | 2008-04-22 14:42:09 -0300 | [diff] [blame] | 649 | config DVB_ISL6405 |
| 650 | tristate "ISL6405 SEC controller" |
| 651 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 652 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Hartmut Hackmann | 26ec394 | 2008-04-22 14:42:09 -0300 | [diff] [blame] | 653 | help |
| 654 | An SEC control chip. |
| 655 | |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 656 | config DVB_ISL6421 |
| 657 | tristate "ISL6421 SEC controller" |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 658 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 659 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Andrew de Quincey | 21c2858 | 2006-04-27 21:45:09 -0300 | [diff] [blame] | 660 | help |
| 661 | An SEC control chip. |
| 662 | |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 663 | config DVB_ISL6423 |
| 664 | tristate "ISL6423 SEC controller" |
| 665 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 666 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | e415c68 | 2009-04-06 15:45:20 -0300 | [diff] [blame] | 667 | help |
| 668 | A SEC controller chip from Intersil |
| 669 | |
Antti Palosaari | 85bc9b5 | 2011-08-01 00:52:11 -0300 | [diff] [blame] | 670 | config DVB_A8293 |
| 671 | tristate "Allegro A8293" |
| 672 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 673 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | 85bc9b5 | 2011-08-01 00:52:11 -0300 | [diff] [blame] | 674 | |
Timothy Lee | dfbdce0 | 2008-08-09 13:36:51 -0300 | [diff] [blame] | 675 | config DVB_LGS8GL5 |
| 676 | tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" |
| 677 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 678 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Timothy Lee | dfbdce0 | 2008-08-09 13:36:51 -0300 | [diff] [blame] | 679 | help |
| 680 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 681 | |
David Wong | f15da16 | 2009-04-01 04:35:10 -0300 | [diff] [blame] | 682 | config DVB_LGS8GXX |
| 683 | tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" |
| 684 | depends on DVB_CORE && I2C |
Ben Hutchings | 7638699 | 2009-10-31 23:14:35 -0300 | [diff] [blame] | 685 | select FW_LOADER |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 686 | default m if !MEDIA_SUBDRV_AUTOSELECT |
David Wong | f15da16 | 2009-04-01 04:35:10 -0300 | [diff] [blame] | 687 | help |
| 688 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 689 | |
David T.L. Wong | ec27b6a | 2009-10-26 07:08:17 -0300 | [diff] [blame] | 690 | config DVB_ATBM8830 |
| 691 | tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator" |
| 692 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 693 | default m if !MEDIA_SUBDRV_AUTOSELECT |
David T.L. Wong | ec27b6a | 2009-10-26 07:08:17 -0300 | [diff] [blame] | 694 | help |
| 695 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
| 696 | |
Manu Abraham | 3e978a8 | 2009-12-04 05:56:35 -0300 | [diff] [blame] | 697 | config DVB_TDA665x |
| 698 | tristate "TDA665x tuner" |
| 699 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 700 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | 3e978a8 | 2009-12-04 05:56:35 -0300 | [diff] [blame] | 701 | help |
| 702 | Support for tuner modules based on Philips TDA6650/TDA6651 chips. |
| 703 | Say Y when you want to support this chip. |
| 704 | |
| 705 | Currently supported tuners: |
| 706 | * Panasonic ENV57H12D5 (ET-50DT) |
| 707 | |
Malcolm Priestley | 1ae2c58 | 2010-08-28 18:07:37 -0300 | [diff] [blame] | 708 | config DVB_IX2505V |
| 709 | tristate "Sharp IX2505V silicon tuner" |
| 710 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 711 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Malcolm Priestley | 1ae2c58 | 2010-08-28 18:07:37 -0300 | [diff] [blame] | 712 | help |
| 713 | A DVB-S tuner module. Say Y when you want to support this frontend. |
| 714 | |
Malcolm Priestley | 3dbbf82 | 2011-07-25 15:35:12 -0300 | [diff] [blame] | 715 | config DVB_IT913X_FE |
| 716 | tristate "it913x frontend and it9137 tuner" |
| 717 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 718 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Malcolm Priestley | 3dbbf82 | 2011-07-25 15:35:12 -0300 | [diff] [blame] | 719 | help |
| 720 | A DVB-T tuner module. |
| 721 | Say Y when you want to support this frontend. |
| 722 | |
Malcolm Priestley | ae8dc8ee | 2012-03-07 18:11:03 -0300 | [diff] [blame] | 723 | config DVB_M88RS2000 |
| 724 | tristate "M88RS2000 DVB-S demodulator and tuner" |
| 725 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 726 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Malcolm Priestley | ae8dc8ee | 2012-03-07 18:11:03 -0300 | [diff] [blame] | 727 | help |
| 728 | A DVB-S tuner module. |
| 729 | Say Y when you want to support this frontend. |
| 730 | |
Antti Palosaari | 4b64bb2 | 2012-03-30 08:21:25 -0300 | [diff] [blame] | 731 | config DVB_AF9033 |
| 732 | tristate "Afatech AF9033 DVB-T demodulator" |
| 733 | depends on DVB_CORE && I2C |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame^] | 734 | default m if !MEDIA_SUBDRV_AUTOSELECT |
Antti Palosaari | 4b64bb2 | 2012-03-30 08:21:25 -0300 | [diff] [blame] | 735 | |
Patrick Boettcher | bccd700 | 2008-08-30 12:15:54 -0300 | [diff] [blame] | 736 | comment "Tools to develop new frontends" |
| 737 | |
| 738 | config DVB_DUMMY_FE |
| 739 | tristate "Dummy frontend driver" |
| 740 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 741 | endmenu |