od: code shrink, fix "od --traditional FILE"
[oweals/busybox.git] / procps / Config.src
index cf664eeb2a4a7ead822f3c5d01fcdc2b9c809cca..3e7df0b81cfe71f0371c82aaa72581bad9ee57d9 100644 (file)
@@ -10,7 +10,7 @@ INSERT
 config FREE
        bool "free"
        default y
-       depends on PLATFORM_LINUX #sysinfo()
+       select PLATFORM_LINUX #sysinfo()
        help
          free displays the total amount of free and used physical and swap
          memory in the system, as well as the buffers used by the kernel.
@@ -99,7 +99,8 @@ config FEATURE_PS_WIDE
 config FEATURE_PS_TIME
        bool "Enable time and elapsed time output"
        default y
-       depends on PS && DESKTOP && PLATFORM_LINUX #sysinfo()
+       depends on PS && DESKTOP
+       select PLATFORM_LINUX
        help
          Support -o time and -o etime output specifiers.
 
@@ -196,7 +197,7 @@ config FEATURE_SHOW_THREADS
 config UPTIME
        bool "uptime"
        default y
-       depends on PLATFORM_LINUX #sysinfo()
+       select PLATFORM_LINUX #sysinfo()
        help
          uptime gives a one line display of the current time, how long
          the system has been running, how many users are currently logged