| 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 | |
| Eric Andersen | 110ee23 | 2002-12-06 21:44:50 +0000 | [diff] [blame^] | 14 | config CONFIG_KILL |
| 15 | default y |
| 16 | |
| 17 | config CONFIG_KILL |
| 18 | bool "kill" |
| 19 | default n |
| 20 | depends on CONFIG_KILL |
| 21 | help |
| 22 | Please submit a patch to add help text for this item. |
| Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 23 | |
| 24 | config CONFIG_KILLALL |
| 25 | bool "killall" |
| 26 | default n |
| 27 | depends on CONFIG_KILL |
| 28 | help |
| 29 | Please submit a patch to add help text for this item. |
| 30 | |
| 31 | config CONFIG_PIDOF |
| 32 | bool "pidof" |
| 33 | default n |
| 34 | help |
| 35 | Please submit a patch to add help text for this item. |
| 36 | |
| 37 | config CONFIG_PS |
| 38 | bool "ps" |
| 39 | default n |
| 40 | help |
| 41 | Please submit a patch to add help text for this item. |
| 42 | |
| 43 | config CONFIG_RENICE |
| 44 | bool "renice" |
| 45 | default n |
| 46 | help |
| 47 | Please submit a patch to add help text for this item. |
| 48 | |
| 49 | config CONFIG_TOP |
| 50 | bool "top" |
| 51 | default n |
| 52 | help |
| 53 | Please submit a patch to add help text for this item. |
| 54 | |
| 55 | config FEATURE_CPU_USAGE_PERCENTAGE |
| 56 | bool " Support show CPU usage percentage (add 2k bytes)" |
| 57 | default y |
| 58 | depends on CONFIG_TOP |
| 59 | help |
| 60 | Please submit a patch to add help text for this item. |
| 61 | |
| 62 | config CONFIG_UPTIME |
| 63 | bool "uptime" |
| 64 | default n |
| 65 | help |
| 66 | Please submit a patch to add help text for this item. |
| 67 | |
| 68 | endmenu |
| 69 | |