diff options
author | Bernhard Reutner-Fischer | 2006-11-22 16:39:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-11-22 16:39:48 +0000 |
commit | 32eddffa30538e5c4c6bd6bc580557a9ade9bac3 (patch) | |
tree | 43fe97e0f0e315d50b08582217be33581182f8f1 /miscutils/Config.in | |
parent | c8717cd8571cd35d71696aab8aa847169756bd9f (diff) | |
download | busybox-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.zip busybox-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.tar.gz |
- revert r15563 (pull current version of taskset off the busybox_scratch branch)
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 e093924..90e2b6f 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -340,6 +340,16 @@ config TASKSET default n 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" |