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