summaryrefslogtreecommitdiff
path: root/drivers/usb/class
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-04-06 05:54:28 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2002-04-06 05:54:28 -0800
commit806af7cc93769ad502fdf4ad6afde07a76da1171 (patch)
tree64060892a80abbbdb6fbdb9722ac3fae5a4096c3 /drivers/usb/class
parent781045a2ee20a77b9cc84e6e4ead29095fe211fe (diff)
USB
spilt up the Config.help file into smaller pieces
Diffstat (limited to 'drivers/usb/class')
-rw-r--r--drivers/usb/class/Config.help38
1 files changed, 38 insertions, 0 deletions
diff --git a/drivers/usb/class/Config.help b/drivers/usb/class/Config.help
new file mode 100644
index 000000000000..f1bdb77805d1
--- /dev/null
+++ b/drivers/usb/class/Config.help
@@ -0,0 +1,38 @@
+CONFIG_USB_ACM
+ This driver supports USB modems and ISDN adapters which support the
+ Communication Device Class Abstract Control Model interface.
+ Please read <file:Documentation/usb/acm.txt> for details.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called acm.o. If you want to compile it as a
+ module, say M here and read <file:Documentation/modules.txt>.
+
+CONFIG_USB_AUDIO
+ Say Y here if you want to connect USB audio equipment such as
+ speakers to your computer's USB port.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called audio.o. If you want to compile it as a
+ module, say M here and read <file:Documentation/modules.txt>.
+
+CONFIG_USB_BLUETOOTH
+ Say Y here if you want to connect a USB Bluetooth device to your
+ computer's USB port. You will need the Bluetooth stack (available
+ at <http://developer.axis.com/software/index.shtml>) to fully use
+ the device.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called bluetooth.o. If you want to compile it as
+ a module, say M here and read <file:Documentation/modules.txt>.
+
+CONFIG_USB_PRINTER
+ Say Y here if you want to connect a USB printer to your computer's
+ USB port.
+
+ This code is also available as a module ( = code which can be
+ inserted in and removed from the running kernel whenever you want).
+ The module will be called printer.o. If you want to compile it as a
+ module, say M here and read <file:Documentation/modules.txt>.