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