diff options
author | Michael Krufky <devnull@localhost> | 2005-09-10 07:26:02 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-09-10 07:26:02 +0000 |
commit | 0a808fed23479821a43f44f9a45141f495e01632 (patch) | |
tree | e233195a540648003206bec5dd4be17756d4bc8c /linux/drivers/media/dvb/bt8xx/Kconfig | |
parent | 4854d8c5d3ed297a6a3526272ddadb0b8486036b (diff) | |
download | mediapointer-dvb-s2-0a808fed23479821a43f44f9a45141f495e01632.tar.gz mediapointer-dvb-s2-0a808fed23479821a43f44f9a45141f495e01632.tar.bz2 |
Added support for DViCO FusionHDTV5 Lite.
This is the first card to use dvb-pll in dvb-bt8xx. IMHO,
it would be a good idea to convert the other tuners in
this manner, after some testing, of course.
This is exactly the same as the patch that I previously
posted to the linux-dvb list, using the same DT3303 serial
TS transfer setting as cx88-based FusionHDTV5 Gold. The
only difference is gpio_mode. Thank you Doug Stevens, for
pointing out the correct gpio value.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Doug Stevens <ddstevens@gmail.com>
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig index 1e85d1649..2922a993d 100644 --- a/linux/drivers/media/dvb/bt8xx/Kconfig +++ b/linux/drivers/media/dvb/bt8xx/Kconfig @@ -6,6 +6,7 @@ config DVB_BT8XX select DVB_NXT6000 select DVB_CX24110 select DVB_OR51211 + select DVB_LGDT330X help Support for PCI cards based on the Bt8xx PCI bridge. Examples are the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, |