diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 5afeb2a7e..a1ed24368 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -19,6 +19,13 @@ config BBCONFIG | |||
19 | The bbconfig applet will print the config file with which | 19 | The bbconfig applet will print the config file with which |
20 | busybox was built. | 20 | busybox was built. |
21 | 21 | ||
22 | config CHRT | ||
23 | bool "chrt" | ||
24 | default n | ||
25 | help | ||
26 | manipulate real-time attributes of a process. | ||
27 | This requires sched_{g,s}etparam support in your libc. | ||
28 | |||
22 | config CROND | 29 | config CROND |
23 | bool "crond" | 30 | bool "crond" |
24 | default n | 31 | default n |