067ced60d5544e7dbef23280561b99a3f209f489
[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 mainmenu_option next_comment
7 comment 'Linux System Utilities'
8
9
10 bool 'dmesg'                CONFIG_DMESG
11 bool 'fbset'                CONFIG_FBSET
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
16 bool 'fdflush'              CONFIG_FDFLUSH
17 bool 'freeramdisk'          CONFIG_FREERAMDISK
18 bool 'fsck_minix'           CONFIG_FSCK_MINIX
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
24 bool 'getopt'               CONFIG_GETOPT
25 bool 'hexdump'              CONFIG_HEXDUMP  
26 bool 'mkswap'               CONFIG_MKSWAP
27 bool 'more'                 CONFIG_MORE
28 if [ "$CONFIG_MORE" = "y" ]; then
29     bool '  Use termios to manipulate the screen'               CONFIG_FEATURE_USE_TERMIOS
30 fi 
31 if [ "$CONFIG_LS" = "y" -o "$CONFIG_MORE" = "y"]; then
32     comment '  Common options for ls and more'
33     bool    '   Calculate terminal & column widths'     CONFIG_FEATURE_AUTOWIDTH
34 fi
35 bool 'mount'                CONFIG_MOUNT
36 if [ "$CONFIG_MOUNT" = "y" ]; then
37     bool '  Support mounting nfs file systems'                  CONFIG_NFSMOUNT
38     bool '  Use devmtab instead of /proc (needs a patched kernel)'      CONFIG_FEATURE_USE_DEVPS_PATCH
39 fi
40 fi      
41 bool 'umount'               CONFIG_UMOUNT
42 if [ "$CONFIG_UMOUNT" = "y" ]; then
43     bool '  Support forced filesystem unmounting'               CONFIG_FEATURE_MOUNT_FORCE
44 fi
45 if [ "$CONFIG_MOUNT" = "y" -o "$CONFIG_UMOUNT" = "y" ]; then
46     comment 'Common options for mount/umount'
47     bool '  Support for loop devices'                           CONFIG_FEATURE_MOUNT_LOOP
48     bool '  Support for a real /etc/mtab (instead of /proc/mounts)'     CONFIG_FEATURE_MTAB_SUPPORT
49 fi
50 bool 'pivot_root'           CONFIG_PIVOT_ROOT
51 bool 'rdate'                CONFIG_RDATE
52 bool 'swaponoff'            CONFIG_SWAPONOFF
53
54 endmenu
55