summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dibusb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/dibusb/Kconfig')
-rw-r--r--linux/drivers/media/dvb/dibusb/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dibusb/Kconfig b/linux/drivers/media/dvb/dibusb/Kconfig
new file mode 100644
index 000000000..f328ab5b3
--- /dev/null
+++ b/linux/drivers/media/dvb/dibusb/Kconfig
@@ -0,0 +1,26 @@
+config DVB_DIBUSB
+ tristate "Twinhan/KWorld/Hama USB DVB-T devices"
+ depends on DVB_CORE && USB
+ select FW_LOADER
+ help
+ Support for USB 1.1 DVB-T devices based on a reference design made by
+ DiBcom (http://www.dibcom.fr).
+
+ Devices supported by this driver:
+
+ Twinhan VisionPlus VisionDTV USB-Ter (VP7041)
+ KWorld V-Stream XPERT DTV - DVB-T USB
+ Hama DVB-T USB-Box
+ DiBcom reference device (non-public)
+
+ The VP7041 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. See Documentation/dvb/README.dibusb
+ details.
+
+ Say Y if you own such a device and want to use it. You should build it as
+ a module.