diff options
Diffstat (limited to 'procps/config.in')
-rw-r--r-- | procps/config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/procps/config.in b/procps/config.in new file mode 100644 index 0000000..0c9c35c --- /dev/null +++ b/procps/config.in @@ -0,0 +1,17 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +mainmenu_option next_comment +comment 'Process Utilities' + +bool 'free' CONFIG_FREE +bool 'kill' CONFIG_KILL +bool 'pidof' CONFIG_PIDOF +bool 'ps' CONFIG_PS +bool 'renice' CONFIG_RENICE +bool 'uptime' CONFIG_UPTIME + +endmenu + |