blob: bcc99bbe11a20aa592290debe0e8c0497868e40a [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
17bool 'freeramdisk' CONFIG_FREERAMDISK
18bool 'fsck_minix' CONFIG_FSCK_MINIX
Eric Andersen71312132001-11-10 09:53:23 +000019bool 'mkfs_minix' CONFIG_MKFS_MINIX
20if [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then
21 comment ' Minix filesystem support'
22 bool ' Support Minix fs v2 (fsck_minix/mkfs_minix)' CONFIG_FEATURE_MINIX2
23fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000024bool 'getopt' CONFIG_GETOPT
Glenn L McGrath60281112001-11-02 11:39:46 +000025bool 'hexdump' CONFIG_HEXDUMP
Robert Griebl1cd04452002-07-21 16:50:49 +000026bool 'hwclock' CONFIG_HWCLOCK
27if [ "$CONFIG_HWCLOCK" = "y" ]; then
28 bool ' Support long options (--hctosys,...)' CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
29fi
Matt Kraai83788da2002-03-20 17:38:37 +000030bool 'losetup' CONFIG_LOSETUP
Eric Andersenbdfd0d72001-10-24 05:00:29 +000031bool 'mkswap' CONFIG_MKSWAP
32bool 'more' CONFIG_MORE
Eric Andersen71312132001-11-10 09:53:23 +000033if [ "$CONFIG_MORE" = "y" ]; then
34 bool ' Use termios to manipulate the screen' CONFIG_FEATURE_USE_TERMIOS
35fi
Eric Andersen282671b2001-11-10 12:07:24 +000036if [ "$CONFIG_LS" = "y" -o "$CONFIG_MORE" = "y" ]; then
Eric Andersen71312132001-11-10 09:53:23 +000037 comment ' Common options for ls and more'
38 bool ' Calculate terminal & column widths' CONFIG_FEATURE_AUTOWIDTH
39fi
Eric Andersen282671b2001-11-10 12:07:24 +000040bool 'pivot_root' CONFIG_PIVOT_ROOT
41bool 'rdate' CONFIG_RDATE
42bool 'swaponoff' CONFIG_SWAPONOFF
Eric Andersenbdfd0d72001-10-24 05:00:29 +000043bool 'mount' CONFIG_MOUNT
Eric Andersen71312132001-11-10 09:53:23 +000044if [ "$CONFIG_MOUNT" = "y" ]; then
45 bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT
46 bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCH
47fi
Eric Andersen71312132001-11-10 09:53:23 +000048bool 'umount' CONFIG_UMOUNT
49if [ "$CONFIG_UMOUNT" = "y" ]; then
50 bool ' Support forced filesystem unmounting' CONFIG_FEATURE_MOUNT_FORCE
51fi
52if [ "$CONFIG_MOUNT" = "y" -o "$CONFIG_UMOUNT" = "y" ]; then
53 comment 'Common options for mount/umount'
54 bool ' Support for loop devices' CONFIG_FEATURE_MOUNT_LOOP
55 bool ' Support for a real /etc/mtab (instead of /proc/mounts)' CONFIG_FEATURE_MTAB_SUPPORT
56fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000057
58endmenu
59