diff options
Diffstat (limited to 'util-linux/config.in')
-rw-r--r-- | util-linux/config.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/util-linux/config.in b/util-linux/config.in new file mode 100644 index 000000000..3eb8ee0b5 --- /dev/null +++ b/util-linux/config.in | |||
@@ -0,0 +1,27 @@ | |||
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 | bool 'fdflush' CONFIG_FDFLUSH | ||
13 | bool 'freeramdisk' CONFIG_FREERAMDISK | ||
14 | bool 'fsck_minix' CONFIG_FSCK_MINIX | ||
15 | bool 'getopt' CONFIG_GETOPT | ||
16 | bool 'mkfs_minix' CONFIG_MKFS_MINIX | ||
17 | bool 'mkswap' CONFIG_MKSWAP | ||
18 | bool 'more' CONFIG_MORE | ||
19 | bool 'mount' CONFIG_MOUNT | ||
20 | bool 'nfsmount' CONFIG_NFSMOUNT | ||
21 | bool 'pivot_root' CONFIG_PIVOT_ROOT | ||
22 | bool 'rdate' CONFIG_RDATE | ||
23 | bool 'swaponoff' CONFIG_SWAPONOFF | ||
24 | bool 'umount' CONFIG_UMOUNT | ||
25 | |||
26 | endmenu | ||
27 | |||