summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/ttusb-dec')
-rw-r--r--linux/drivers/media/dvb/ttusb-dec/Kconfig12
-rw-r--r--linux/drivers/media/dvb/ttusb-dec/Makefile4
2 files changed, 16 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttusb-dec/Kconfig b/linux/drivers/media/dvb/ttusb-dec/Kconfig
new file mode 100644
index 000000000..7a5401f57
--- /dev/null
+++ b/linux/drivers/media/dvb/ttusb-dec/Kconfig
@@ -0,0 +1,12 @@
+config DVB_TTUSB_DEC
+ tristate "Technotrend/Hauppauge Nova-USB device suppport"
+ depends on DVB_CORE && USB
+ help
+ Support for external USB adapters designed by Technotrend and
+ produced by Hauppauge, shipped under the brand name 'DEC2000-T'.
+
+ Even if these devices have a MPEG decoder built in, they transmit
+ only compressed MPEG data over the USB bus, so you need
+ an external software decoder to watch TV on your computer.
+
+ Say Y if you own such a device and want to use it.
diff --git a/linux/drivers/media/dvb/ttusb-dec/Makefile b/linux/drivers/media/dvb/ttusb-dec/Makefile
new file mode 100644
index 000000000..39364517f
--- /dev/null
+++ b/linux/drivers/media/dvb/ttusb-dec/Makefile
@@ -0,0 +1,4 @@
+
+obj-$(CONFIG_DVB_TTUSB_DEC) += ttusb_dec.o dec2000_frontend.o
+
+EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/