aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2009-02-24 10:35:15 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:06 -0400
commit68b3289fdb27f5d3e32587766ddafa487037b0bd (patch)
tree79a82660f0ee648ead2f1374ae18f8fb0e8896ae /drivers/media/dvb/frontends/Kconfig
parent1a1500179a7c51c7851e18c56e7153c258fe91ab (diff)
V4L/DVB (10822): Add support for Zarlink ZL10036 DVB-S tuner.
This driver is based on initial work by Tino Reichardt and was heavily changed. The datasheet of the zl10036 can be found here and on other places on the net: http://www.mcmilk.de/projects/dvb-card/datasheets/ZL10036.pdf The zl10038 is similar to the zl10036, so it is maybe possible to write a common driver of necessary. Signed-off-by: Matthias Schwarzott <zzam@gentoo.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 a7ea355907b6..4059d22a1e55 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -55,6 +55,13 @@ config DVB_MT312
55 help 55 help
56 A DVB-S tuner module. Say Y when you want to support this frontend. 56 A DVB-S tuner module. Say Y when you want to support this frontend.
57 57
58config DVB_ZL10036
59 tristate "Zarlink ZL10036 silicon tuner"
60 depends on DVB_CORE && I2C
61 default m if DVB_FE_CUSTOMISE
62 help
63 A DVB-S tuner module. Say Y when you want to support this frontend.
64
58config DVB_S5H1420 65config DVB_S5H1420
59 tristate "Samsung S5H1420 based" 66 tristate "Samsung S5H1420 based"
60 depends on DVB_CORE && I2C 67 depends on DVB_CORE && I2C