diff options
Diffstat (limited to 'procps/config.in')
-rw-r--r-- | procps/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/config.in b/procps/config.in index 94d76b606..be2dd090e 100644 --- a/procps/config.in +++ b/procps/config.in | |||
@@ -18,6 +18,7 @@ if [ "$CONFIG_PS" = "y" ] ; then | |||
18 | bool ' Use devps instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH | 18 | bool ' Use devps instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH |
19 | fi | 19 | fi |
20 | bool 'renice' CONFIG_RENICE | 20 | bool 'renice' CONFIG_RENICE |
21 | bool 'top' CONFIG_TOP | ||
21 | bool 'uptime' CONFIG_UPTIME | 22 | bool 'uptime' CONFIG_UPTIME |
22 | endmenu | 23 | endmenu |
23 | 24 | ||