diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 10 |
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 | |||
345 | config 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 | ||
344 | config TIME | 354 | config TIME |
345 | bool "time" | 355 | bool "time" |