diff options
author | Olivier DANET <odanet@caramail.com> | 2007-07-25 13:42:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:14 -0400 |
commit | 54d75ebaa02809f24a16624e32706af3bf97588e (patch) | |
tree | 2ca1bd9734ebc62531614c4b6fd008621c869734 /drivers/media/dvb/frontends/Kconfig | |
parent | 59a00adbd30ed5d3a97ac41ad9e4b040a111eea8 (diff) |
V4L/DVB (5914): Add initial support for Dual-DVB-T stick
Add initial support for Dual-DVB-T stick based on DiB7700 and MT2266
- Microtune MT2266 driver.
- Preliminary support for these dual tuner devices :
- Pinnacle Dual DVB-T diversity
- Terratec Cinergy DT USB XS diversity
- Hauppauge Nova TD USB
Signed-off-by: Olivier DANET <odanet@caramail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index ff448761dcef..ba70ad0c3f05 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -322,6 +322,13 @@ config DVB_TUNER_MT2060 | |||
322 | help | 322 | help |
323 | A driver for the silicon IF tuner MT2060 from Microtune. | 323 | A driver for the silicon IF tuner MT2060 from Microtune. |
324 | 324 | ||
325 | config DVB_TUNER_MT2266 | ||
326 | tristate "Microtune MT2266 silicon tuner" | ||
327 | depends on I2C | ||
328 | default m if DVB_FE_CUSTOMISE | ||
329 | help | ||
330 | A driver for the silicon baseband tuner MT2266 from Microtune. | ||
331 | |||
325 | comment "Miscellaneous devices" | 332 | comment "Miscellaneous devices" |
326 | depends on DVB_CORE | 333 | depends on DVB_CORE |
327 | 334 | ||