summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-07-28 18:17:39 -0400
committerSteven Toth <stoth@hauppauge.com>2007-07-28 18:17:39 -0400
commit6cb4295e1bf8ecb77f68c90bf2794fc6356d300e (patch)
tree31c0a7ee2a6320ff8547355f059f9b4740273bd8 /linux/drivers/media/dvb/frontends/Makefile
parent000644894531ea68c3819496f67df02b5486fe14 (diff)
downloadmediapointer-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/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index 217265ca2..a8cfa03b2 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -43,3 +43,4 @@ obj-$(CONFIG_DVB_TUNER_MT2060) += mt2060.o
obj-$(CONFIG_DVB_TUNER_MT2266) += mt2266.o
obj-$(CONFIG_DVB_TUNER_QT1010) += qt1010.o
obj-$(CONFIG_DVB_TUA6100) += tua6100.o
+obj-$(CONFIG_DVB_TUNER_MT2131) += mt2131.o