diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-04 08:18:18 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-04 08:18:18 -0800 |
| commit | 03943afd2cede3e02cd89fbb3cb518692e4a77be (patch) | |
| tree | 54cfad607c3c26694db9b4b85911ea9514c41ce5 /drivers/usb/core/Config.in | |
| parent | 037bf3e14dbba31874d9dcc316bd9f808645a0d7 (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.in | 14 |
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 + |
