aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
blob: 23de1dd16b5c56998272655051c9068ad3feadd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "Miscellaneous Utilities"

config CONFIG_ADJTIMEX
	bool "adjtimex"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_CROND
	bool "crond"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_CRONTAB
	bool "crontab"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_DC
	bool "dc"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_DUTMP
	bool "dutmp"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_MAKEDEVS
	bool "makedevs"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_MT
	bool "mt"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_STRINGS
	bool "strings"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_TIME
	bool "time"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_UPDATE
	bool "update"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_WATCHDOG
	bool "watchdog"
	default n
	help
	  Please submit a patch to add help text for this item.

endmenu