Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +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 | mainmenu_option next_comment | ||||
7 | comment 'Process Utilities' | ||||
8 | |||||
9 | bool 'free' CONFIG_FREE | ||||
10 | bool 'kill' CONFIG_KILL | ||||
11 | bool 'pidof' CONFIG_PIDOF | ||||
12 | bool 'ps' CONFIG_PS | ||||
13 | bool 'renice' CONFIG_RENICE | ||||
14 | bool 'uptime' CONFIG_UPTIME | ||||
15 | |||||
16 | endmenu | ||||
17 |