aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-09-05 17:53:06 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 12:30:35 -0300
commit00be2e7c64157c845afff56f25677da706b151b6 (patch)
tree763eecb4d93db9c2e407b6085e21655fd11cd23a /drivers/media/dvb/frontends/Makefile
parentV4L/DVB (4604): Fix broken pvrusb2 build (diff)
downloadlinux-dev-00be2e7c64157c845afff56f25677da706b151b6.tar.xz
linux-dev-00be2e7c64157c845afff56f25677da706b151b6.zip
V4L/DVB (4606): Add driver for TUA6100
This driver was originally in budget-av.c, however I have extracted it into a seperate file to permit reuse. I also reworked the code to make it maintainable. I then examined the KNC1 windows drivers and rewrote the code in order to configure the PLL as they do. This solves a lot of reported tuning problems. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r--drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index 0b43942d8b54..dce9cf0c75c0 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -36,3 +36,4 @@ obj-$(CONFIG_DVB_ISL6421) += isl6421.o
obj-$(CONFIG_DVB_TDA10086) += tda10086.o
obj-$(CONFIG_DVB_TDA826X) += tda826x.o
obj-$(CONFIG_DVB_TUNER_MT2060) += mt2060.o
+obj-$(CONFIG_DVB_TUA6100) += tua6100.o