summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/vp7041/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2004-07-20 20:52:19 +0000
committerPatrick Boettcher <devnull@localhost>2004-07-20 20:52:19 +0000
commit579832ccff77ff3322bd06fd73256614896e429b (patch)
treecf40f64c2219719378efadcb7ea98266b5c77c64 /linux/drivers/media/dvb/vp7041/Kconfig
parentc103d051629c32e975aad5fca2d5e07ab44236cb (diff)
downloadmediapointer-dvb-s2-579832ccff77ff3322bd06fd73256614896e429b.tar.gz
mediapointer-dvb-s2-579832ccff77ff3322bd06fd73256614896e429b.tar.bz2
added new driver for the USB budget devices:
- Twinhan VisionPlus VisionDTV USB-Ter DVB-T Device - CTS Portable documentation, helper scripts and modifications in the necessary files have been done, hopefully.
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.