summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig
new file mode 100644
index 000000000..43a695d50
--- /dev/null
+++ b/linux/drivers/media/dvb/dvb-usb/Kconfig
@@ -0,0 +1,26 @@
+config DVB_USB
+ tristate "Support for various USB DVB devices"
+ depends on DVB_CORE && USB
+ select FW_LOADER
+ help
+ By enabling this you will be able to choose the various USB 1.1 and
+ USB2.0 DVB devices.
+
+ Almost every USB device needs a firmware, please look into
+ <file:Documentation/dvb/README.dvb-usb>
+
+ Say Y if you own an USB DVB device.
+
+config DVB_USB_DEBUG
+ bool "Enable extended debug support for all DVB-USB devices"
+ depends on DVB_USB
+ help
+ Say Y if you want to enable debuging. See modinfo dvb-usb (and the
+ appropriate drivers) for debug levels.
+
+config DVB_USB_VP7045
+ tristate "TwinhanDTV Alpha / MagicBox II DVB-T USB2.0 support
+ depends on DVB_USB
+ help
+ Say Y here to support the TwinhanDTV Alpha (stick) or the MagicBox II
+ DVB-T USB2.0 devices.