Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame^] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | |
| 6 | menu "Process Utilities" |
| 7 | |
| 8 | config CONFIG_FREE |
| 9 | bool "free" |
| 10 | default n |
| 11 | help |
| 12 | Please submit a patch to add help text for this item. |
| 13 | |
| 14 | if CONFIG_KILLALL |
| 15 | config CONFIG_KILL |
| 16 | default y |
| 17 | comment "kill (forced enabled for killall)" |
| 18 | endif |
| 19 | if !CONFIG_KILLALL |
| 20 | config CONFIG_KILL |
| 21 | bool "kill" |
| 22 | default n |
| 23 | help |
| 24 | Please submit a patch to add help text for this item. |
| 25 | endif |
| 26 | |
| 27 | config CONFIG_KILLALL |
| 28 | bool "killall" |
| 29 | default n |
| 30 | depends on CONFIG_KILL |
| 31 | help |
| 32 | Please submit a patch to add help text for this item. |
| 33 | |
| 34 | config CONFIG_PIDOF |
| 35 | bool "pidof" |
| 36 | default n |
| 37 | help |
| 38 | Please submit a patch to add help text for this item. |
| 39 | |
| 40 | config CONFIG_PS |
| 41 | bool "ps" |
| 42 | default n |
| 43 | help |
| 44 | Please submit a patch to add help text for this item. |
| 45 | |
| 46 | config CONFIG_RENICE |
| 47 | bool "renice" |
| 48 | default n |
| 49 | help |
| 50 | Please submit a patch to add help text for this item. |
| 51 | |
| 52 | config CONFIG_TOP |
| 53 | bool "top" |
| 54 | default n |
| 55 | help |
| 56 | Please submit a patch to add help text for this item. |
| 57 | |
| 58 | config FEATURE_CPU_USAGE_PERCENTAGE |
| 59 | bool " Support show CPU usage percentage (add 2k bytes)" |
| 60 | default y |
| 61 | depends on CONFIG_TOP |
| 62 | help |
| 63 | Please submit a patch to add help text for this item. |
| 64 | |
| 65 | config CONFIG_UPTIME |
| 66 | bool "uptime" |
| 67 | default n |
| 68 | help |
| 69 | Please submit a patch to add help text for this item. |
| 70 | |
| 71 | endmenu |
| 72 | |