2494e6e1c1c2f79886283db23812ac3065932ec8
[oweals/busybox.git] / util-linux / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Linux System Utilities"
7
8
9 config CONFIG_DMESG
10         bool "dmesg"
11         default n
12         help
13           Please submit a patch to add help text for this item.
14
15 config CONFIG_FBSET
16         bool "fbset"
17         default n
18         help
19           Please submit a patch to add help text for this item.
20
21 config CONFIG_FEATURE_FBSET_FANCY
22         bool "  Turn on extra fbset options"
23         default n
24         depends on CONFIG_FBSET
25         help
26           Please submit a patch to add help text for this item.
27
28 config CONFIG_FEATURE_FBSET_READMODE
29         bool "  Turn on fbset readmode support"
30         default n
31         depends on CONFIG_FBSET
32         help
33           Please submit a patch to add help text for this item.
34
35 config CONFIG_FDFLUSH
36         bool "fdflush"
37         default n
38         help
39           Please submit a patch to add help text for this item.
40
41 config CONFIG_FDISK
42         bool "fdisk"
43         default n
44         help
45           Please submit a patch to add help text for this item.
46
47 config CONFIG_FEATURE_FDISK_WRITABLE
48         bool "  Write support" 
49         default y
50         depends on CONFIG_FDISK
51         help
52           Allow changes to be written to disk, without this you
53           will only be able to view the partition table. 
54
55 config CONFIG_FEATURE_AIX_LABEL
56         bool "  Support AIX disklabels"
57         default n
58         depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE  
59         help
60           Please submit a patch to add help text for this item.
61
62 config CONFIG_FEATURE_SGI_LABEL
63         bool "  Support SGI disklabels"
64         default n
65         depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
66         help
67           Please submit a patch to add help text for this item.
68
69 config CONFIG_FEATURE_SUN_LABEL
70         bool "  Support SUN disklabels"
71         default n
72         depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE        
73         help
74           Please submit a patch to add help text for this item.
75
76 config CONFIG_FEATURE_OSF_LABEL
77         bool "  Support BSD disklabels"
78         default n
79         depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
80         help
81           Please submit a patch to add help text for this item.
82
83 config CONFIG_FEATURE_FDISK_ADVANCED
84         bool "  Support expert mode"
85         default n
86         depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
87         help
88           Please submit a patch to add help text for this item.
89
90 config CONFIG_FREERAMDISK
91         bool "freeramdisk"
92         default n
93         help
94           Please submit a patch to add help text for this item.
95
96 config CONFIG_FSCK_MINIX
97         bool "fsck_minix"
98         default n
99         help
100           Please submit a patch to add help text for this item.
101
102 config CONFIG_MKFS_MINIX
103         bool "mkfs_minix"
104         default n
105         help
106           Please submit a patch to add help text for this item.
107
108 comment "Minix filesystem support"
109     depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
110
111 config CONFIG_FEATURE_MINIX2
112         bool "  Support Minix fs v2 (fsck_minix/mkfs_minix)"
113         default y
114         depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
115         help
116           Please submit a patch to add help text for this item.
117
118 config CONFIG_GETOPT
119         bool "getopt"
120         default n
121         help
122           Please submit a patch to add help text for this item.
123
124 config CONFIG_HEXDUMP
125         bool "hexdump"
126         default n
127         help
128           Please submit a patch to add help text for this item.
129
130 config CONFIG_HWCLOCK
131         bool "hwclock"
132         default n
133         help
134           Please submit a patch to add help text for this item.
135
136 config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
137         bool "  Support long options (--hctosys,...)"
138         default n
139         depends on CONFIG_HWCLOCK
140         help
141           Please submit a patch to add help text for this item.
142
143 config CONFIG_LOSETUP
144         bool "losetup"
145         default n
146         help
147           Please submit a patch to add help text for this item.
148
149 config CONFIG_MKSWAP
150         bool "mkswap"
151         default n
152         help
153           Please submit a patch to add help text for this item.
154
155 config CONFIG_MORE
156         bool "more"
157         default n
158         help
159           Please submit a patch to add help text for this item.
160
161 config CONFIG_FEATURE_USE_TERMIOS
162         bool "  Use termios to manipulate the screen"
163         default y
164         depends on CONFIG_MORE
165         help
166           Please submit a patch to add help text for this item.
167
168 comment "Common options for ls and more"
169         depends on CONFIG_LS || CONFIG_MORE
170
171 config CONFIG_FEATURE_AUTOWIDTH
172         bool "  Calculate terminal & column widths"
173         default y
174         depends on CONFIG_LS || CONFIG_MORE
175         help
176           Please submit a patch to add help text for this item.
177
178 config CONFIG_PIVOT_ROOT
179         bool "pivot_root"
180         default n
181         help
182           Please submit a patch to add help text for this item.
183
184 config CONFIG_RDATE
185         bool "rdate"
186         default n
187         help
188           Please submit a patch to add help text for this item.
189
190 config CONFIG_SWAPONOFF
191         bool "swaponoff"
192         default n
193         help
194           Please submit a patch to add help text for this item.
195
196 config CONFIG_MOUNT
197         bool "mount"
198         default n
199         help
200           Please submit a patch to add help text for this item.
201
202 config CONFIG_NFSMOUNT
203         bool "  Support mounting nfs file systems"
204         default n
205         depends on CONFIG_MOUNT
206         help
207           Please submit a patch to add help text for this item.
208
209 config CONFIG_UMOUNT
210         bool "umount"
211         default n
212         help
213           Please submit a patch to add help text for this item.
214
215 config CONFIG_FEATURE_MOUNT_FORCE
216         bool "  Support forced filesystem unmounting"
217         default n
218         depends on CONFIG_UMOUNT
219         help
220           Please submit a patch to add help text for this item.
221
222 comment "Common options for mount/umount"
223         depends on CONFIG_MOUNT || CONFIG_UMOUNT
224
225 config CONFIG_FEATURE_MOUNT_LOOP
226         bool "  Support for loop devices"
227         default n
228         depends on CONFIG_MOUNT || CONFIG_UMOUNT
229         help
230           Please submit a patch to add help text for this item.
231
232 config CONFIG_FEATURE_MTAB_SUPPORT
233         bool "  Support for a real /etc/mtab (instead of /proc/mounts)"
234         default n
235         depends on CONFIG_MOUNT || CONFIG_UMOUNT
236         help
237           Please submit a patch to add help text for this item.
238
239 endmenu
240