aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2005-07-07 20:58:10 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-07 21:23:59 -0400
commit22c6d93a73105fddd58796d7cb10f5f90ee2a338 (patch)
treec5d49186c531e768fd5b137e3a573bcee0011600 /drivers/media/dvb/dvb-usb/Kconfig
parent49dc82fdac3866e6ce9c978df80cedfb735d740c (diff)
[PATCH] dvb: usb: support Medion hybrid USB2.0 DVB-T/analogue box
Add preliminary support for the Medion Hybrid USB2.0 DVB-T/Analogue box. Analogue part is not working yet (cx25842 --> ivtv?). Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index 8aa32f6e447b..1a69130a8462 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -21,12 +21,14 @@ config DVB_USB_DEBUG
21config DVB_USB_A800 21config DVB_USB_A800
22 tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" 22 tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
23 depends on DVB_USB 23 depends on DVB_USB
24 select DVB_DIB3000MC
24 help 25 help
25 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. 26 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
26 27
27config DVB_USB_DIBUSB_MB 28config DVB_USB_DIBUSB_MB
28 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" 29 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
29 depends on DVB_USB 30 depends on DVB_USB
31 select DVB_DIB3000MB
30 help 32 help
31 Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by 33 Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
32 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. 34 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
@@ -52,6 +54,7 @@ config DVB_USB_DIBUSB_MB
52config DVB_USB_DIBUSB_MC 54config DVB_USB_DIBUSB_MC
53 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)" 55 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
54 depends on DVB_USB 56 depends on DVB_USB
57 select DVB_DIB3000MC
55 help 58 help
56 Support for 2.0 DVB-T receivers based on reference designs made by 59 Support for 2.0 DVB-T receivers based on reference designs made by
57 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. 60 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
@@ -66,12 +69,24 @@ config DVB_USB_DIBUSB_MC
66config DVB_USB_UMT_010 69config DVB_USB_UMT_010
67 tristate "HanfTek UMT-010 DVB-T USB2.0 support" 70 tristate "HanfTek UMT-010 DVB-T USB2.0 support"
68 depends on DVB_USB 71 depends on DVB_USB
72 select DVB_DIB3000MC
69 help 73 help
70 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. 74 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
71 75
76config DVB_USB_CXUSB
77 tristate "Medion MD95700 hybrid USB2.0 (Conexant) support"
78 depends on DVB_USB
79 select DVB_CX22702
80 help
81 Say Y here to support the Medion MD95700 hybrid USB2.0 device. Currently
82 only the DVB-T part is supported and MPEG2 data transfer are not working
83 :(.
84
72config DVB_USB_DIGITV 85config DVB_USB_DIGITV
73 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" 86 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
74 depends on DVB_USB 87 depends on DVB_USB
88 select DVB_NXT6000
89 select DVB_MT352
75 help 90 help
76 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. 91 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
77 92
@@ -87,6 +102,7 @@ config DVB_USB_VP7045
87config DVB_USB_NOVA_T_USB2 102config DVB_USB_NOVA_T_USB2
88 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" 103 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
89 depends on DVB_USB 104 depends on DVB_USB
105 select DVB_DIB3000MC
90 help 106 help
91 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. 107 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
92 108