]> git.hungrycats.org Git - linux/commitdiff
added CONFIG_USB_DYNAMIC_MINORS to the Config.in file :)
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 25 Apr 2002 08:12:28 +0000 (01:12 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 25 Apr 2002 08:12:28 +0000 (01:12 -0700)
drivers/usb/core/Config.in

index 023c2704c026bfbaccd0d4f5513a62edaeb54147..d1415e679f10b81b8b7dd1d62d0cdf8714e38b43 100644 (file)
@@ -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