aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index e093924d7..90e2b6fb1 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -340,6 +340,16 @@ config TASKSET
340 default n 340 default n
341 help 341 help
342 Retrieve or set a processes's CPU affinity. 342 Retrieve or set a processes's CPU affinity.
343 This requires sched_{g,s}etaffinity support in your libc.
344
345config FEATURE_TASKSET_FANCY
346 bool "fancy output"
347 default y
348 depends on TASKSET
349 help
350 Add code for fancy output. This merely silences a compiler-warning
351 and adds about 135 Bytes. May be needed for machines with alot
352 of CPUs.
343 353
344config TIME 354config TIME
345 bool "time" 355 bool "time"