Allow short reads as we are looping anyway.
[oweals/busybox.git] / util-linux / config.in
index 6058944a283f8a57d8ef60302ec4dbb7e909afca..25d0c5ad4237ef0e9d19d6a6cd1abfa2fd9ed360 100644 (file)
@@ -23,6 +23,11 @@ if [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then
 fi
 bool 'getopt'              CONFIG_GETOPT
 bool 'hexdump'             CONFIG_HEXDUMP  
+bool 'hwclock'             CONFIG_HWCLOCK  
+if [ "$CONFIG_HWCLOCK" = "y" ]; then
+    bool '  Support long options (--hctosys,...)'              CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
+fi
+bool 'losetup'              CONFIG_LOSETUP
 bool 'mkswap'              CONFIG_MKSWAP
 bool 'more'                CONFIG_MORE
 if [ "$CONFIG_MORE" = "y" ]; then
@@ -38,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