]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/media/dvb/ttusb-dec/Kconfig
Merge branches 'pxa-ian' and 'pxa-xm270' into pxa
[mirror_ubuntu-artful-kernel.git] / drivers / media / dvb / ttusb-dec / Kconfig
1 config DVB_TTUSB_DEC
2 tristate "Technotrend/Hauppauge USB DEC devices"
3 depends on DVB_CORE && USB && INPUT
4 depends on HOTPLUG # due to FW_LOADER
5 select FW_LOADER
6 select CRC32
7 help
8 Support for external USB adapters designed by Technotrend and
9 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
10 and 'DEC3000-s'.
11
12 Even if these devices have a MPEG decoder built in, they transmit
13 only compressed MPEG data over the USB bus, so you need
14 an external software decoder to watch TV on your computer.
15
16 This driver needs external firmware. Please use the commands
17 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec2000t",
18 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec2540t",
19 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec3000s",
20 download/extract them, and then copy them to /usr/lib/hotplug/firmware
21 or /lib/firmware (depending on configuration of firmware hotplug).
22
23 Say Y if you own such a device and want to use it.