aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-07-28 18:17:39 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:03:35 -0400
commitf47623a04dab402fb2c18fe516a174bc02005629 (patch)
tree5d261f2802f9fe5390a19e2e9df14fcdf237b390 /drivers/media/dvb/frontends/Kconfig
parent03b7612336560c6799852acaaaeac70e1f00e483 (diff)
V4L/DVB (5947): Adding support for the MT2131 tuner.
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> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index ba70ad0c3f05..c3c8af771f80 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -329,6 +329,13 @@ config DVB_TUNER_MT2266
329 help 329 help
330 A driver for the silicon baseband tuner MT2266 from Microtune. 330 A driver for the silicon baseband tuner MT2266 from Microtune.
331 331
332config DVB_TUNER_MT2131
333 tristate "Microtune MT2131 silicon tuner"
334 depends on I2C
335 default m if DVB_FE_CUSTOMISE
336 help
337 A driver for the silicon baseband tuner MT2131 from Microtune.
338
332comment "Miscellaneous devices" 339comment "Miscellaneous devices"
333 depends on DVB_CORE 340 depends on DVB_CORE
334 341