diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-09-05 16:53:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:35 -0400 |
commit | 00be2e7c64157c845afff56f25677da706b151b6 (patch) | |
tree | 763eecb4d93db9c2e407b6085e21655fd11cd23a /drivers/media/dvb/frontends/Kconfig | |
parent | c4e4aac88737879a562760ac07e51167847f193d (diff) |
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/Kconfig | 7 |
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 | |||
296 | help | 296 | help |
297 | An SEC control chip. | 297 | An SEC control chip. |
298 | 298 | ||
299 | config DVB_TUA6100 | ||
300 | tristate "TUA6100 PLL" | ||
301 | depends on DVB_CORE && I2C | ||
302 | default m if DVB_FE_CUSTOMISE | ||
303 | help | ||
304 | A DVBS PLL chip. | ||
305 | |||
299 | endmenu | 306 | endmenu |