fix whitespace
[oweals/busybox.git] / Config.in
index bdc4b0a4fdbe1b87091e22d0b964009ed1d62839..bd94f493c1c44824eff91f1411dc4eeef10b2561 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -81,10 +81,12 @@ config CONFIG_LOCALE_SUPPORT
          busybox to support locale settings.
 
 config CONFIG_FEATURE_DEVFS
-       bool "Support for devfs"
+       bool "Use devfs names for devices"
        default n
        help
-         Enable if you want BusyBox to work with devfs.
+         This tells busybox to look for names like /dev/loop/0 instead of
+          /dev/loop0.  If your /dev directory has normal names instead of
+          devfs names, you don't want this.
 
 config CONFIG_FEATURE_DEVPTS
        bool "Use the devpts filesystem for Unix98 PTYs"