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