summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Makefile
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-09-05 21:53:06 +0100
committerAndrew de Quincey <adq_dvb@lidskialf.net>2006-09-05 21:53:06 +0100
commitd1de191271514ecfacc087f0c07ac453641e5b00 (patch)
tree6480074632104da14704b4638b7b6e102717bb48 /linux/drivers/media/dvb/frontends/Makefile
parenta4cb33cff17f5f298a06624552fa3fb401d3c749 (diff)
downloadmediapointer-dvb-s2-d1de191271514ecfacc087f0c07ac453641e5b00.tar.gz
mediapointer-dvb-s2-d1de191271514ecfacc087f0c07ac453641e5b00.tar.bz2
Add driver for TUA6100
From: Andrew de Quincey <adq_dvb@lidskialf.net> 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>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r--linux/drivers/media/dvb/frontends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile
index d10c8a83f..244e87417 100644
--- a/linux/drivers/media/dvb/frontends/Makefile
+++ b/linux/drivers/media/dvb/frontends/Makefile
@@ -37,3 +37,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