aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2006-09-23 19:00:41 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:49 -0500
commit5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4 (patch)
tree00046e8dcbda12d939b1c9a0cbaeb1bcb6fb76f5 /drivers/media/dvb/dvb-usb/Kconfig
parentef7b8b725bdc59fb4a3f781f3e9f546ad01da792 (diff)
V4L/DVB (5124): Dvb-usb: Initial support for MSI Mega Sky 580 based on Uli m9206
Currently, the driver works in bulk mode supporting both USB 2.0 and 1.0 with and without hardware pid filters. The ULi m9205 also supports isochronous transfer mode, but I have dropped support for it because it depends on firmware and does not work on all USB host chips. Further, I have no firmware with remote controller support for this mode. Signed-off-by: Aapo Tahkola <aet@rasterburn.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index ad52143602cd..5f2a0c1dc4ec 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -109,6 +109,16 @@ config DVB_USB_CXUSB
109 Medion MD95700 hybrid USB2.0 device. 109 Medion MD95700 hybrid USB2.0 device.
110 DViCO FusionHDTV (Bluebird) USB2.0 devices 110 DViCO FusionHDTV (Bluebird) USB2.0 devices
111 111
112config DVB_USB_MEGASKY
113 tristate "MSI Mega Sky 580 DVB-T USB2.0 support"
114 depends on DVB_USB
115 select DVB_MT352
116 help
117 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
118 Currently, only devices with a product id of
119 "DTV USB MINI" (in cold state) are supported.
120 Firmware required.
121
112config DVB_USB_DIGITV 122config DVB_USB_DIGITV
113 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" 123 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
114 depends on DVB_USB 124 depends on DVB_USB