diff options
| author | Michael Krufky <mkrufky@linuxtv.org> | 2006-06-11 03:24:31 -0400 |
|---|---|---|
| committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-06-11 03:24:31 -0400 |
| commit | 77c159f6b446fdfacf6a8fc3dde6b2626e122cbd (patch) | |
| tree | 74af0ef7022f2712571e22ea8689a44d16353d61 /linux/drivers/media/dvb/dvb-usb/Kconfig | |
| parent | cb280e81213d8fd2f87abc3ac2a6a23fd316da5d (diff) | |
| download | mediapointer-dvb-s2-77c159f6b446fdfacf6a8fc3dde6b2626e122cbd.tar.gz mediapointer-dvb-s2-77c159f6b446fdfacf6a8fc3dde6b2626e122cbd.tar.bz2 | |
cxusb: add support for DViCO FusionHDTV DVB-T Dual USB based on zl10353
From: Michael Krufky <mkrufky@linuxtv.org>
This patch adds support for a newer version of this device
using the zl10353 frontend instead of the mt352 frontend.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig index 5350e963c..3bc6722a6 100644 --- a/linux/drivers/media/dvb/dvb-usb/Kconfig +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig @@ -88,6 +88,7 @@ config DVB_USB_CXUSB select DVB_CX22702 select DVB_LGDT330X select DVB_MT352 + select DVB_ZL10353 help Say Y here to support the Conexant USB2.0 hybrid reference design. Currently, only DVB and ATSC modes are supported, analog mode |
