aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
blob: 2494e6e1c1c2f79886283db23812ac3065932ec8 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "Linux System Utilities"


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

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

config CONFIG_FEATURE_FBSET_FANCY
	bool "  Turn on extra fbset options"
	default n
	depends on CONFIG_FBSET
	help
	  Please submit a patch to add help text for this item.

config CONFIG_FEATURE_FBSET_READMODE
	bool "  Turn on fbset readmode support"
	default n
	depends on CONFIG_FBSET
	help
	  Please submit a patch to add help text for this item.

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

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

config CONFIG_FEATURE_FDISK_WRITABLE
	bool "  Write support" 
	default y
	depends on CONFIG_FDISK
	help
	  Allow changes to be written to disk, without this you
	  will only be able to view the partition table. 

config CONFIG_FEATURE_AIX_LABEL
	bool "  Support AIX disklabels"
	default n
	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE  
	help
	  Please submit a patch to add help text for this item.

config CONFIG_FEATURE_SGI_LABEL
	bool "  Support SGI disklabels"
	default n
	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
	help
	  Please submit a patch to add help text for this item.

config CONFIG_FEATURE_SUN_LABEL
	bool "  Support SUN disklabels"
	default n
 	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE	
	help
	  Please submit a patch to add help text for this item.

config CONFIG_FEATURE_OSF_LABEL
	bool "  Support BSD disklabels"
	default n
	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
	help
	  Please submit a patch to add help text for this item.

config CONFIG_FEATURE_FDISK_ADVANCED
	bool "  Support expert mode"
	default n
	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
	help
	  Please submit a patch to add help text for this item.

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

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

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

comment "Minix filesystem support"
    depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX

config CONFIG_FEATURE_MINIX2
	bool "  Support Minix fs v2 (fsck_minix/mkfs_minix)"
	default y
	depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
	help
	  Please submit a patch to add help text for this item.

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

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

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

config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
	bool "  Support long options (--hctosys,...)"
	default n
	depends on CONFIG_HWCLOCK
	help
	  Please submit a patch to add help text for this item.

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

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

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

config CONFIG_FEATURE_USE_TERMIOS
	bool "  Use termios to manipulate the screen"
	default y
	depends on CONFIG_MORE
	help
	  Please submit a patch to add help text for this item.

comment "Common options for ls and more"
	depends on CONFIG_LS || CONFIG_MORE

config CONFIG_FEATURE_AUTOWIDTH
	bool "  Calculate terminal & column widths"
	default y
	depends on CONFIG_LS || CONFIG_MORE
	help
	  Please submit a patch to add help text for this item.

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

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

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

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

config CONFIG_NFSMOUNT
	bool "  Support mounting nfs file systems"
	default n
	depends on CONFIG_MOUNT
	help
	  Please submit a patch to add help text for this item.

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

config CONFIG_FEATURE_MOUNT_FORCE
	bool "  Support forced filesystem unmounting"
	default n
	depends on CONFIG_UMOUNT
	help
	  Please submit a patch to add help text for this item.

comment "Common options for mount/umount"
	depends on CONFIG_MOUNT || CONFIG_UMOUNT

config CONFIG_FEATURE_MOUNT_LOOP
	bool "  Support for loop devices"
	default n
	depends on CONFIG_MOUNT || CONFIG_UMOUNT
	help
	  Please submit a patch to add help text for this item.

config CONFIG_FEATURE_MTAB_SUPPORT
	bool "  Support for a real /etc/mtab (instead of /proc/mounts)"
	default n
	depends on CONFIG_MOUNT || CONFIG_UMOUNT
	help
	  Please submit a patch to add help text for this item.

endmenu