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