Allow short reads as we are looping anyway.
[oweals/busybox.git] / util-linux / config.in
index bcc99bbe11a20aa592290debe0e8c0497868e40a..25d0c5ad4237ef0e9d19d6a6cd1abfa2fd9ed360 100644 (file)
@@ -43,7 +43,9 @@ bool 'swaponoff'          CONFIG_SWAPONOFF
 bool 'mount'               CONFIG_MOUNT
 if [ "$CONFIG_MOUNT" = "y" ]; then
     bool '  Support mounting nfs file systems'                 CONFIG_NFSMOUNT
-    bool '  Use devmtab instead of /proc (needs a patched kernel)'     CONFIG_FEATURE_USE_DEVPS_PATCH
+    if [ "$CONFIG_FEATURE_USE_DEVPS_PATCH" = "n" ]; then
+       bool '  Use devmtab instead of /proc (needs a patched kernel)'  CONFIG_FEATURE_USE_DEVPS_PATCH
+    fi
 fi
 bool 'umount'              CONFIG_UMOUNT
 if [ "$CONFIG_UMOUNT" = "y" ]; then