summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorAndrew de Quincey2006-09-05 22:53:06 +0200
committerMauro Carvalho Chehab2006-09-26 17:30:35 +0200
commit00be2e7c64157c845afff56f25677da706b151b6 (patch)
tree763eecb4d93db9c2e407b6085e21655fd11cd23a /drivers/media/dvb/frontends/Kconfig
parentV4L/DVB (4604): Fix broken pvrusb2 build (diff)
downloadkernel-qcow2-linux-00be2e7c64157c845afff56f25677da706b151b6.tar.gz
kernel-qcow2-linux-00be2e7c64157c845afff56f25677da706b151b6.tar.xz
kernel-qcow2-linux-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/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 9e5ff0dbe2d4..080fa257a0bc 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -296,4 +296,11 @@ config DVB_ISL6421
help
An SEC control chip.
+config DVB_TUA6100
+ tristate "TUA6100 PLL"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ A DVBS PLL chip.
+
endmenu