hust testsuite: fix a false positive
[oweals/busybox.git] / miscutils / Config.src
index 1b2a3ae9a0912880a42181436d17034bc48fc11f..06f1c52ba0534bda71caffa747b82166236f7ae5 100644 (file)
@@ -308,23 +308,13 @@ config LAST
        help
          'last' displays a list of the last users that logged into the system.
 
-choice
-       prompt "Choose last implementation"
-       depends on LAST
-       default FEATURE_LAST_FANCY
-
-config FEATURE_LAST_SMALL
-       bool "small"
-       help
-         This is a small version of last with just the basic set of
-         features.
-
 config FEATURE_LAST_FANCY
-       bool "huge"
+       bool "Turn on output of extra information"
+       default y
+       depends on LAST
        help
          'last' displays detailed information about the last users that
          logged into the system (mimics sysvinit last). +900 bytes.
-endchoice
 
 config HDPARM
        bool "hdparm"
@@ -499,22 +489,6 @@ config STRINGS
          strings prints the printable character sequences for each file
          specified.
 
-config TASKSET
-       bool "taskset"
-       default n  # doesn't build on some non-x86 targets (m68k)
-       help
-         Retrieve or set a processes's CPU affinity.
-         This requires sched_{g,s}etaffinity support in your libc.
-
-config FEATURE_TASKSET_FANCY
-       bool "Fancy output"
-       default y
-       depends on TASKSET
-       help
-         Add code for fancy output. This merely silences a compiler-warning
-         and adds about 135 Bytes. May be needed for machines with alot
-         of CPUs.
-
 config TIME
        bool "time"
        default y