diff options
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r-- | miscutils/Config.src | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 1b2a3ae9a..d69abf1a2 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src @@ -499,22 +499,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 |