diff options
| author | Steven Toth <stoth@hauppauge.com> | 2007-07-28 18:17:39 -0400 |
|---|---|---|
| committer | Steven Toth <stoth@hauppauge.com> | 2007-07-28 18:17:39 -0400 |
| commit | 6cb4295e1bf8ecb77f68c90bf2794fc6356d300e (patch) | |
| tree | 31c0a7ee2a6320ff8547355f059f9b4740273bd8 /linux/drivers/media/dvb/frontends/Kconfig | |
| parent | 000644894531ea68c3819496f67df02b5486fe14 (diff) | |
| download | mediapointer-dvb-s2-6cb4295e1bf8ecb77f68c90bf2794fc6356d300e.tar.gz mediapointer-dvb-s2-6cb4295e1bf8ecb77f68c90bf2794fc6356d300e.tar.bz2 | |
Adding support for the MT2131 tuner.
From: Steven Toth <stoth@hauppauge.com>
This adds support for the Microtune MT2131 tuner. 8VSB mode has been tested
but QAM support will likely require more register work. Hauppauge have
not announced any QAM devices using the MT2131 so QAM remains undone. For legal
reasons, Microtune allowed us to write a GPL driver providing we did not
document in significant detail any of the registers. This explains the lack
of comments or defined on register names.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index ba70ad0c3..c3c8af771 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -329,6 +329,13 @@ config DVB_TUNER_MT2266 help A driver for the silicon baseband tuner MT2266 from Microtune. +config DVB_TUNER_MT2131 + tristate "Microtune MT2131 silicon tuner" + depends on I2C + default m if DVB_FE_CUSTOMISE + help + A driver for the silicon baseband tuner MT2131 from Microtune. + comment "Miscellaneous devices" depends on DVB_CORE |
