This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / media / dvb / dibusb / Kconfig
1 config DVB_DIBUSB
2         tristate "DiBcom USB DVB-T devices (see help for device list)"
3         depends on DVB_CORE && USB
4         select FW_LOADER
5         select DVB_DIB3000MB
6         select DVB_DIB3000MC
7         help
8           Support for USB 1.1 and 2.0 DVB-T devices based on reference designs made by
9           DiBcom (http://www.dibcom.fr).
10
11           Devices supported by this driver:
12
13             TwinhanDTV USB-Ter (VP7041)
14                 TwinhanDTV Magic Box (VP7041e)
15             KWorld V-Stream XPERT DTV - DVB-T USB
16             Hama DVB-T USB-Box
17             DiBcom reference device (non-public)
18             Ultima Electronic/Artec T1 USB TVBOX
19             Compro Videomate DVB-U2000 - DVB-T USB
20             Grandtec DVB-T USB
21             Avermedia AverTV DVBT USB
22             Yakumo DVB-T mobile USB2.0
23
24           The VP7041 seems to be identical to "CTS Portable" (Chinese
25           Television System).
26
27           These devices can be understood as budget ones, they "only" deliver
28           (a part of) the MPEG2 transport stream.
29
30           A firmware is needed to get the device working. See Documentation/dvb/README.dibusb
31           details.
32
33           Say Y if you own such a device and want to use it. You should build it as
34           a module.
35
36 config DVB_DIBUSB_MISDESIGNED_DEVICES
37         bool "Enable support for some misdesigned (see help) devices, which identify with wrong IDs"
38         depends on DVB_DIBUSB
39         help
40           Somehow Artec/Ultima Electronic forgot to program the eeprom of some of their
41           USB1.1/USB2.0 devices.
42           So comes that they identify with the default Vendor and Product ID of the Cypress
43           CY7C64613 (AN2235) or Cypress FX2.
44
45           Affected device IDs:
46             0x0574:0x2235 (Artec T1 USB1.1, cold)
47             0x04b4:0x8613 (Artec T1 USB2.0, cold)
48             0x0574:0x1002 (Artec T1 USB2.0, warm)
49
50           Say Y if your device has one of the mentioned IDs.
51
52 config DVB_DIBCOM_DEBUG
53         bool "Enable extended debug support for DiBcom USB device"
54         depends on DVB_DIBUSB
55         help
56           Say Y if you want to enable debuging. See modinfo dvb-dibusb for
57           debug levels.