aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-03 05:22:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-03 05:22:36 +0000
commit259472e7418337275a5fc5ce6df18aeebf236107 (patch)
tree64d613ce4b133cd86d0de3a2d9399287c618c0c6
parent441bfbf143ab398c7483d37068b7bcc2e71aa80e (diff)
downloadbusybox-259472e7418337275a5fc5ce6df18aeebf236107.tar.gz
remove duplicate CONFIG_TASKSET option
-rw-r--r--miscutils/Config.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 2d60fb65e..51faae987 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -309,13 +309,7 @@ config CONFIG_TASKSET
bool "taskset"
default n
help
- Retrieve or set a processes's CPU affinity
-
-config CONFIG_TASKSET
- bool "taskset"
- default n
- help
- Retrieve or set a processes's CPU affinity (on linux)
+ Retrieve or set a processes's CPU affinity.
config CONFIG_TIME
bool "time"