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