diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-25 01:12:28 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-04-25 01:12:28 -0700 |
| commit | 96b06627b24f9500a54698fe323dd2203bef0278 (patch) | |
| tree | eaed100b742da69be6af7c2887e3bcbf659796f1 /drivers | |
| parent | 5e9b6284068fe596fafdf015e8d9f43576b4cd92 (diff) | |
added CONFIG_USB_DYNAMIC_MINORS to the Config.in file :)
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/core/Config.in | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/drivers/usb/core/Config.in b/drivers/usb/core/Config.in index 023c2704c026..d1415e679f10 100644 --- a/drivers/usb/core/Config.in +++ b/drivers/usb/core/Config.in @@ -4,11 +4,8 @@ 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 + bool ' USB device filesystem' CONFIG_USB_DEVICEFS + bool ' Long timeout for slow-responding devices (some MGE Ellipse UPSes)' CONFIG_USB_LONG_TIMEOUT +dep_bool ' Enforce USB bandwidth allocation (EXPERIMENTAL)' CONFIG_USB_BANDWIDTH $CONFIG_EXPERIMENTAL +dep_bool ' Dynamic USB minor allocation (EXPERIMENTAL)' CONFIG_USB_DYNAMIC_MINORS $CONFIG_EXPERIMENTAL |
