aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttusb-dec/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/dvb/ttusb-dec/Kconfig
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/media/dvb/ttusb-dec/Kconfig')
-rw-r--r--drivers/media/dvb/ttusb-dec/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttusb-dec/Kconfig b/drivers/media/dvb/ttusb-dec/Kconfig
new file mode 100644
index 00000000000..290254ab06d
--- /dev/null
+++ b/drivers/media/dvb/ttusb-dec/Kconfig
@@ -0,0 +1,21 @@
1config DVB_TTUSB_DEC
2 tristate "Technotrend/Hauppauge USB DEC devices"
3 depends on DVB_CORE && USB && INPUT && PCI
4 select CRC32
5 help
6 Support for external USB adapters designed by Technotrend and
7 produced by Hauppauge, shipped under the brand name 'DEC2000-t'
8 and 'DEC3000-s'.
9
10 Even if these devices have a MPEG decoder built in, they transmit
11 only compressed MPEG data over the USB bus, so you need
12 an external software decoder to watch TV on your computer.
13
14 This driver needs external firmware. Please use the commands
15 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec2000t",
16 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec2540t",
17 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec3000s",
18 download/extract them, and then copy them to /usr/lib/hotplug/firmware
19 or /lib/firmware (depending on configuration of firmware hotplug).
20
21 Say Y if you own such a device and want to use it.