Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | |
| 6 | mainmenu_option next_comment |
| 7 | comment 'Linux System Utilities' |
| 8 | |
| 9 | |
| 10 | bool 'dmesg' CONFIG_DMESG |
| 11 | bool 'fbset' CONFIG_FBSET |
Eric Andersen | 7131213 | 2001-11-10 09:53:23 +0000 | [diff] [blame] | 12 | if [ "$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 |
| 15 | fi |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 16 | bool 'fdflush' CONFIG_FDFLUSH |
| 17 | bool 'freeramdisk' CONFIG_FREERAMDISK |
| 18 | bool 'fsck_minix' CONFIG_FSCK_MINIX |
Eric Andersen | 7131213 | 2001-11-10 09:53:23 +0000 | [diff] [blame] | 19 | bool 'mkfs_minix' CONFIG_MKFS_MINIX |
| 20 | if [ "$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 |
| 23 | fi |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 24 | bool 'getopt' CONFIG_GETOPT |
Glenn L McGrath | 6028111 | 2001-11-02 11:39:46 +0000 | [diff] [blame] | 25 | bool 'hexdump' CONFIG_HEXDUMP |
Robert Griebl | 1cd0445 | 2002-07-21 16:50:49 +0000 | [diff] [blame] | 26 | bool 'hwclock' CONFIG_HWCLOCK |
| 27 | if [ "$CONFIG_HWCLOCK" = "y" ]; then |
| 28 | bool ' Support long options (--hctosys,...)' CONFIG_FEATURE_HWCLOCK_LONGOPTIONS |
| 29 | fi |
Matt Kraai | 83788da | 2002-03-20 17:38:37 +0000 | [diff] [blame] | 30 | bool 'losetup' CONFIG_LOSETUP |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 31 | bool 'mkswap' CONFIG_MKSWAP |
| 32 | bool 'more' CONFIG_MORE |
Eric Andersen | 7131213 | 2001-11-10 09:53:23 +0000 | [diff] [blame] | 33 | if [ "$CONFIG_MORE" = "y" ]; then |
| 34 | bool ' Use termios to manipulate the screen' CONFIG_FEATURE_USE_TERMIOS |
| 35 | fi |
Eric Andersen | 282671b | 2001-11-10 12:07:24 +0000 | [diff] [blame] | 36 | if [ "$CONFIG_LS" = "y" -o "$CONFIG_MORE" = "y" ]; then |
Eric Andersen | 7131213 | 2001-11-10 09:53:23 +0000 | [diff] [blame] | 37 | comment ' Common options for ls and more' |
| 38 | bool ' Calculate terminal & column widths' CONFIG_FEATURE_AUTOWIDTH |
| 39 | fi |
Eric Andersen | 282671b | 2001-11-10 12:07:24 +0000 | [diff] [blame] | 40 | bool 'pivot_root' CONFIG_PIVOT_ROOT |
| 41 | bool 'rdate' CONFIG_RDATE |
| 42 | bool 'swaponoff' CONFIG_SWAPONOFF |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 43 | bool 'mount' CONFIG_MOUNT |
Eric Andersen | 7131213 | 2001-11-10 09:53:23 +0000 | [diff] [blame] | 44 | if [ "$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 |
| 47 | fi |
Eric Andersen | 7131213 | 2001-11-10 09:53:23 +0000 | [diff] [blame] | 48 | bool 'umount' CONFIG_UMOUNT |
| 49 | if [ "$CONFIG_UMOUNT" = "y" ]; then |
| 50 | bool ' Support forced filesystem unmounting' CONFIG_FEATURE_MOUNT_FORCE |
| 51 | fi |
| 52 | if [ "$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 |
| 56 | fi |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 57 | |
| 58 | endmenu |
| 59 | |