diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-24 15:35:15 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-24 15:35:15 +0000 |
commit | 0fa648efd2bf50691105bf1ab24e4f1e20f12d5f (patch) | |
tree | 73976ae59485b083507079641f1af9eb41e5cc6c /linux/drivers/media/dvb/frontends/Makefile | |
parent | e83e43ec4c4f80760289f0929e40bcffc7a0aeea (diff) | |
download | mediapointer-dvb-s2-0fa648efd2bf50691105bf1ab24e4f1e20f12d5f.tar.gz mediapointer-dvb-s2-0fa648efd2bf50691105bf1ab24e4f1e20f12d5f.tar.bz2 |
Add support for Zarlink ZL10036 DVB-S tuner.
From: Matthias Schwarzott <zzam@gentoo.org>
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 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 2231c6829..1e3866b2f 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -29,6 +29,7 @@ obj-$(CONFIG_DVB_TDA1004X) += tda1004x.o obj-$(CONFIG_DVB_SP887X) += sp887x.o obj-$(CONFIG_DVB_NXT6000) += nxt6000.o obj-$(CONFIG_DVB_MT352) += mt352.o +obj-$(CONFIG_DVB_ZL10036) += zl10036.o obj-$(CONFIG_DVB_ZL10353) += zl10353.o obj-$(CONFIG_DVB_CX22702) += cx22702.o obj-$(CONFIG_DVB_DRX397XD) += drx397xD.o |