aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-08-08 14:48:10 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 10:53:43 -0400
commit825d51ef9ed956d896244f82b02988d370a7e47e (patch)
tree40d3b77300b4fe46ba2a56ad3121bd533550abde /drivers/media/dvb/frontends/Kconfig
parenta841e1f6d153c72e29802a33520f2c862792f7b0 (diff)
V4L/DVB: MT2060: Code cleanups, adding to new build-mechanism
Some minor code cleanups and added the MT2060 to new v4l-dvb-build-system, preliminarily under dvb/frontends. 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/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 63e8e7e2a1f3..9e5ff0dbe2d4 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -274,6 +274,11 @@ config DVB_TDA826X
274 help 274 help
275 A DVB-S silicon tuner module. Say Y when you want to support this tuner. 275 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
276 276
277config DVB_TUNER_MT2060
278 tristate "Microtune MT2060 silicon IF tuner"
279 help
280 A driver for the silicon IF tuner MT2060 from Microtune.
281
277comment "Miscellaneous devices" 282comment "Miscellaneous devices"
278 depends on DVB_CORE 283 depends on DVB_CORE
279 284