summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/vp7041/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/vp7041/Kconfig')
-rw-r--r--linux/drivers/media/dvb/vp7041/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/vp7041/Kconfig b/linux/drivers/media/dvb/vp7041/Kconfig
new file mode 100644
index 000000000..c8a78976d
--- /dev/null
+++ b/linux/drivers/media/dvb/vp7041/Kconfig
@@ -0,0 +1,19 @@
+config DVB_VP7041
+ tristate "Twinhan Visionplus USB-Ter DVB-T/CTS Portable"
+ depends on DVB_CORE && USB
+ select FW_LOADER
+ help
+ Support for the external USB adapter made by Twinhan (and maybe others)
+ which is called "Twinhan Visionplus VisionDTV USB-Ter" and seems to
+ be identical to "CTS Portable" (Chinese Television System).
+
+ These devices can be understood as budget ones, they only deliver
+ the MPEG data.
+
+ A firmware is needed to use the device. This has to be
+ extracted from the windows driver file and moved into the correct
+ hotplug-firmware path. More information on how to extract the firmware
+ can be found in Documentation/dvb/vp7041.txt .
+
+ Say Y if you own such a device and want to use it. You should build it as
+ a module.