Major rework of the directory structure and the entire build system.
[oweals/busybox.git] / procps / config.in
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