blob: f70c12228116169f1aeeffa279d7660cb32f8fac [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Miscellaneous Utilities"
7
8config CONFIG_ADJTIMEX
9 bool "adjtimex"
10 default n
11 help
Eric Andersene5642112003-07-14 19:37:08 +000012 Adjtimex reads and optionally sets adjustment parameters for
13 the Linux clock adjustment algorithm.
Eric Andersenc9f20d92002-12-05 08:41:41 +000014
15config CONFIG_CROND
16 bool "crond"
17 default n
18 help
Eric Andersene5642112003-07-14 19:37:08 +000019 Crond is a background daemon that parses individual crontab
20 files and executes commands on behalf of the users in question.
Eric Andersenc9f20d92002-12-05 08:41:41 +000021
22config CONFIG_CRONTAB
23 bool "crontab"
24 default n
25 help
Eric Andersene5642112003-07-14 19:37:08 +000026 Crontab manipulates the crontab for a particular user. Only
27 the superuser may specify a different user and/or crontab directory.
Eric Andersenc9f20d92002-12-05 08:41:41 +000028
29config CONFIG_DC
30 bool "dc"
31 default n
32 help
Eric Andersene5642112003-07-14 19:37:08 +000033 Dc is a reverse-polish desk calculator which supports unlimited
34 precision arithmetic.
Eric Andersenc9f20d92002-12-05 08:41:41 +000035
36config CONFIG_DUTMP
37 bool "dutmp"
38 default n
39 help
40 Please submit a patch to add help text for this item.
41
42config CONFIG_MAKEDEVS
43 bool "makedevs"
44 default n
45 help
46 Please submit a patch to add help text for this item.
47
48config CONFIG_MT
49 bool "mt"
50 default n
51 help
Eric Andersene5642112003-07-14 19:37:08 +000052 Mt is used to control tape devices. You can use the mt utility
53 to advance or rewind a tape past a specified number of archive
54 files on the tape.
Eric Andersenc9f20d92002-12-05 08:41:41 +000055
56config CONFIG_STRINGS
57 bool "strings"
58 default n
59 help
Eric Andersene5642112003-07-14 19:37:08 +000060 Strings prints the printable character sequences for each file
61 specified.
Eric Andersenc9f20d92002-12-05 08:41:41 +000062
63config CONFIG_TIME
64 bool "time"
65 default n
66 help
Eric Andersene5642112003-07-14 19:37:08 +000067 The time command runs the specified program with the given arguments.
68 When the command finishes, time writes a message to standard output
69 giving timing statistics about this program run.
Eric Andersenc9f20d92002-12-05 08:41:41 +000070
71config CONFIG_UPDATE
72 bool "update"
73 default n
74 help
75 Please submit a patch to add help text for this item.
76
77config CONFIG_WATCHDOG
78 bool "watchdog"
79 default n
80 help
81 Please submit a patch to add help text for this item.
82
83endmenu
84