aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2005-07-07 20:58:20 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-07 21:24:01 -0400
commitd72fa1c91d721bf4c68a18f2d8fed820a8f1611e (patch)
tree92e2648efabcfe488e25bd54e2ea8aa3bf130ca5
parent82ff896c969a099888e4a131b829f1c8d6aecbba (diff)
[PATCH] dvb: usb Kconfig help text update
o corrected some typos o added the Wikilink pointing to the USB device list Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig16
1 files changed, 9 insertions, 7 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index 1a69130a8462..d4deb75352c9 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -3,19 +3,22 @@ config DVB_USB
3 depends on DVB_CORE && USB 3 depends on DVB_CORE && USB
4 select FW_LOADER 4 select FW_LOADER
5 help 5 help
6 By enabling this you will be able to choose the various USB 1.1 and 6 By enabling this you will be able to choose the various supported
7 USB2.0 DVB devices. 7 USB1.1 and USB2.0 DVB devices.
8 8
9 Almost every USB device needs a firmware, please look into 9 Almost every USB device needs a firmware, please look into
10 <file:Documentation/dvb/README.dvb-usb> 10 <file:Documentation/dvb/README.dvb-usb>.
11 11
12 Say Y if you own an USB DVB device. 12 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
13 <http://www.linuxtv.org/wiki/index.php/DVB_USB>
14
15 Say Y if you own a USB DVB device.
13 16
14config DVB_USB_DEBUG 17config DVB_USB_DEBUG
15 bool "Enable extended debug support for all DVB-USB devices" 18 bool "Enable extended debug support for all DVB-USB devices"
16 depends on DVB_USB 19 depends on DVB_USB
17 help 20 help
18 Say Y if you want to enable debuging. See modinfo dvb-usb (and the 21 Say Y if you want to enable debugging. See modinfo dvb-usb (and the
19 appropriate drivers) for debug levels. 22 appropriate drivers) for debug levels.
20 23
21config DVB_USB_A800 24config DVB_USB_A800
@@ -79,8 +82,7 @@ config DVB_USB_CXUSB
79 select DVB_CX22702 82 select DVB_CX22702
80 help 83 help
81 Say Y here to support the Medion MD95700 hybrid USB2.0 device. Currently 84 Say Y here to support the Medion MD95700 hybrid USB2.0 device. Currently
82 only the DVB-T part is supported and MPEG2 data transfer are not working 85 only the DVB-T part is supported.
83 :(.
84 86
85config DVB_USB_DIGITV 87config DVB_USB_DIGITV
86 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" 88 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"