diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-02 15:42:10 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-02-02 15:42:10 -0500 |
commit | 15974cd7463d76e1b8501564fb21cfdf6b131e0d (patch) | |
tree | 3361eb5ae81c587c2a284cbc2a04213cf380bc89 /linux/drivers/media/dvb/dvb-usb | |
parent | 716a91b56d14f0a96ea41dbaf4e36fa771413b5f (diff) | |
download | mediapointer-dvb-s2-15974cd7463d76e1b8501564fb21cfdf6b131e0d.tar.gz mediapointer-dvb-s2-15974cd7463d76e1b8501564fb21cfdf6b131e0d.tar.bz2 |
Kconfig: DVB_USB_CXUSB depends on DVB_LGDT330X and DVB_MT352
From: Michael Krufky <mkrufky@linuxtv.org>
- rename DVB_USB_CXUSB one-liner description to:
Conexant USB2.0 hybrid reference design support.
- with the addition of bluebird support to dvb-usb-cxusb,
it now depends on lgdt330x and mt352 modules.
bug-fix
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Kconfig | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig index 90a69d343..d3df12039 100644 --- a/linux/drivers/media/dvb/dvb-usb/Kconfig +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig @@ -83,12 +83,18 @@ config DVB_USB_UMT_010 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. config DVB_USB_CXUSB - tristate "Medion MD95700 hybrid USB2.0 (Conexant) support" + tristate "Conexant USB2.0 hybrid reference design support" depends on DVB_USB select DVB_CX22702 + select DVB_LGDT330X + select DVB_MT352 help - Say Y here to support the Medion MD95700 hybrid USB2.0 device. Currently - only the DVB-T part is supported. + Say Y here to support the Conexant USB2.0 hybrid reference design. + Currently, only DVB and ATSC modes are supported, analog mode + shall be added in the future. Devices that require this module: + + Medion MD95700 hybrid USB2.0 device. + DViCO FusionHDTV (Bluebird) USB2.0 devices config DVB_USB_DIGITV tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" |