diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-30 05:53:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:10:54 -0400 |
commit | 4d43e13f723e12734257277cc38497fab1efc605 (patch) | |
tree | 7debc4f9b7997f7d768dcf387210436b532198f4 /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 8ccb3dcd1f8e80e8702642e1de26541b52f6bb7c (diff) |
V4L/DVB (4643): Multi-input patch for DVB-USB device
This patch is the first commit of the Multiple Input Patch for the DVB-USB frame
work.
It changes the DVB-USB-device to be able to have more than one streaming input
(e.g. multiple DVB-T sources) on one device. This is a necessary feature for
the upcoming DiB7700 driven devices.
Signed-off-by: Patrick Boettcher <pb@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/Kconfig | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index 0a3c35399bea..135f287510c7 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -39,20 +39,8 @@ config DVB_USB_DIBUSB_MB | |||
39 | Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by | 39 | Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by |
40 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. | 40 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. |
41 | 41 | ||
42 | Devices supported by this driver: | 42 | For an up-to-date list of devices supported by this driver, have a look |
43 | Artec T1 USB1.1 boxes | 43 | on the Linux-DVB Wiki at www.linuxtv.org. |
44 | Avermedia AverTV DVBT USB1.1 | ||
45 | Compro Videomate DVB-U2000 - DVB-T USB | ||
46 | DiBcom USB1.1 reference devices (non-public) | ||
47 | Grandtec DVB-T USB | ||
48 | Hama DVB-T USB1.1-Box | ||
49 | KWorld/JetWay/ADSTech V-Stream XPERT DTV - DVB-T USB1.1 and USB2.0 | ||
50 | TwinhanDTV Magic Box (VP7041e) | ||
51 | TwinhanDTV USB-Ter (VP7041) | ||
52 | Ultima Electronic/Artec T1 USB TVBOX | ||
53 | |||
54 | The VP7041 seems to be identical to "CTS Portable" (Chinese | ||
55 | Television System). | ||
56 | 44 | ||
57 | Say Y if you own such a device and want to use it. You should build it as | 45 | Say Y if you own such a device and want to use it. You should build it as |
58 | a module. | 46 | a module. |
@@ -69,12 +57,28 @@ config DVB_USB_DIBUSB_MC | |||
69 | select DVB_DIB3000MC | 57 | select DVB_DIB3000MC |
70 | select DVB_TUNER_MT2060 | 58 | select DVB_TUNER_MT2060 |
71 | help | 59 | help |
72 | Support for 2.0 DVB-T receivers based on reference designs made by | 60 | Support for USB2.0 DVB-T receivers based on reference designs made by |
73 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. | 61 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. |
74 | 62 | ||
75 | Devices supported by this driver: | 63 | For an up-to-date list of devices supported by this driver, have a look |
76 | Artec T1 USB2.0 boxes | 64 | on the Linux-DVB Wiki at www.linuxtv.org. |
77 | DiBcom USB2.0 reference devices (non-public) | 65 | |
66 | Say Y if you own such a device and want to use it. You should build it as | ||
67 | a module. | ||
68 | |||
69 | config DVB_USB_DIB0700 | ||
70 | tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)" | ||
71 | depends on DVB_USB | ||
72 | select DVB_DIB7000M | ||
73 | select DVB_TUNER_MT2060 | ||
74 | help | ||
75 | Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The | ||
76 | USB bridge is also present in devices having the DiB7700 DVB-T-USB | ||
77 | silicon. This chip can be found in devices offered by Hauppauge, | ||
78 | Avermedia and other big and small companies. | ||
79 | |||
80 | For an up-to-date list of devices supported by this driver, have a look | ||
81 | on the Linux-DVB Wiki at www.linuxtv.org. | ||
78 | 82 | ||
79 | Say Y if you own such a device and want to use it. You should build it as | 83 | Say Y if you own such a device and want to use it. You should build it as |
80 | a module. | 84 | a module. |