- revert r15563 (pull current version of taskset off the busybox_scratch branch)
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 @@
 	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"