blob: eee050a0504bc73ff6e566709a1c33d39accd6d9 [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6mainmenu_option next_comment
7comment 'Linux System Utilities'
8
9
10bool 'dmesg' CONFIG_DMESG
11bool 'fbset' CONFIG_FBSET
Eric Andersen71312132001-11-10 09:53:23 +000012if [ "$CONFIG_FBSET" = "y" ]; then
13 bool ' Turn on extra fbset options' CONFIG_FEATURE_FBSET_FANCY
14 bool ' Turn on fbset readmode support' CONFIG_FEATURE_FBSET_READMODE
15fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000016bool 'fdflush' CONFIG_FDFLUSH
Glenn L McGrath441e7ef2002-11-26 22:00:21 +000017bool 'fdisk' CONFIG_FDISK
18if [ "$CONFIG_FDISK" = "y" ]; then
19 bool ' Support AIX disklabels' CONFIG_FEATURE_AIX_LABEL
20 bool ' Support SGI disklabels' CONFIG_FEATURE_SGI_LABEL
21 bool ' Support SUN disklabels' CONFIG_FEATURE_SUN_LABEL
22 bool ' Support BSD disklabels' CONFIG_FEATURE_OSF_LABEL
Glenn L McGrath062c74f2002-11-27 09:29:49 +000023 bool ' Support expert mode' CONFIG_FEATURE_FDISK_ADVANCED
Glenn L McGrath441e7ef2002-11-26 22:00:21 +000024fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000025bool 'freeramdisk' CONFIG_FREERAMDISK
26bool 'fsck_minix' CONFIG_FSCK_MINIX
Eric Andersen71312132001-11-10 09:53:23 +000027bool 'mkfs_minix' CONFIG_MKFS_MINIX
28if [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then
29 comment ' Minix filesystem support'
30 bool ' Support Minix fs v2 (fsck_minix/mkfs_minix)' CONFIG_FEATURE_MINIX2
31fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000032bool 'getopt' CONFIG_GETOPT
Glenn L McGrath60281112001-11-02 11:39:46 +000033bool 'hexdump' CONFIG_HEXDUMP
Robert Griebl1cd04452002-07-21 16:50:49 +000034bool 'hwclock' CONFIG_HWCLOCK
35if [ "$CONFIG_HWCLOCK" = "y" ]; then
36 bool ' Support long options (--hctosys,...)' CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
37fi
Matt Kraai83788da2002-03-20 17:38:37 +000038bool 'losetup' CONFIG_LOSETUP
Eric Andersenbdfd0d72001-10-24 05:00:29 +000039bool 'mkswap' CONFIG_MKSWAP
40bool 'more' CONFIG_MORE
Eric Andersen71312132001-11-10 09:53:23 +000041if [ "$CONFIG_MORE" = "y" ]; then
42 bool ' Use termios to manipulate the screen' CONFIG_FEATURE_USE_TERMIOS
43fi
Eric Andersen282671b2001-11-10 12:07:24 +000044if [ "$CONFIG_LS" = "y" -o "$CONFIG_MORE" = "y" ]; then
Eric Andersen71312132001-11-10 09:53:23 +000045 comment ' Common options for ls and more'
46 bool ' Calculate terminal & column widths' CONFIG_FEATURE_AUTOWIDTH
47fi
Eric Andersen282671b2001-11-10 12:07:24 +000048bool 'pivot_root' CONFIG_PIVOT_ROOT
49bool 'rdate' CONFIG_RDATE
50bool 'swaponoff' CONFIG_SWAPONOFF
Eric Andersenbdfd0d72001-10-24 05:00:29 +000051bool 'mount' CONFIG_MOUNT
Eric Andersen71312132001-11-10 09:53:23 +000052if [ "$CONFIG_MOUNT" = "y" ]; then
53 bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT
Eric Andersen2bec97c2002-09-01 06:45:55 +000054 if [ "$CONFIG_FEATURE_USE_DEVPS_PATCH" = "n" ]; then
55 bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
56 fi
Eric Andersen71312132001-11-10 09:53:23 +000057fi
Eric Andersen71312132001-11-10 09:53:23 +000058bool 'umount' CONFIG_UMOUNT
59if [ "$CONFIG_UMOUNT" = "y" ]; then
60 bool ' Support forced filesystem unmounting' CONFIG_FEATURE_MOUNT_FORCE
61fi
62if [ "$CONFIG_MOUNT" = "y" -o "$CONFIG_UMOUNT" = "y" ]; then
63 comment 'Common options for mount/umount'
64 bool ' Support for loop devices' CONFIG_FEATURE_MOUNT_LOOP
65 bool ' Support for a real /etc/mtab (instead of /proc/mounts)' CONFIG_FEATURE_MTAB_SUPPORT
66fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000067
68endmenu
69