summaryrefslogtreecommitdiff
path: root/drivers/usb/core/Config.in
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-04-04 08:18:18 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2002-04-04 08:18:18 -0800
commit03943afd2cede3e02cd89fbb3cb518692e4a77be (patch)
tree54cfad607c3c26694db9b4b85911ea9514c41ce5 /drivers/usb/core/Config.in
parent037bf3e14dbba31874d9dcc316bd9f808645a0d7 (diff)
USB
more file movement cleanups. Now handles misc drivers compiled into the kernel corectly.
Diffstat (limited to 'drivers/usb/core/Config.in')
-rw-r--r--drivers/usb/core/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/core/Config.in b/drivers/usb/core/Config.in
index e69de29bb2d1..023c2704c026 100644
--- a/drivers/usb/core/Config.in
+++ b/drivers/usb/core/Config.in
@@ -0,0 +1,14 @@
+#
+# USB Core configuration
+#
+bool ' USB verbose debug messages' CONFIG_USB_DEBUG
+
+comment 'Miscellaneous USB options'
+bool ' USB device filesystem' CONFIG_USB_DEVICEFS
+if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ bool ' Enforce USB bandwidth allocation (EXPERIMENTAL)' CONFIG_USB_BANDWIDTH
+else
+ define_bool CONFIG_USB_BANDWIDTH n
+fi
+bool ' Long timeout for slow-responding devices (some MGE Ellipse UPSes)' CONFIG_USB_LONG_TIMEOUT
+