aboutsummaryrefslogtreecommitdiff
path: root/util-linux/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/config.in')
-rw-r--r--util-linux/config.in27
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
6mainmenu_option next_comment
7comment 'Linux System Utilities'
8
9
10bool 'dmesg' CONFIG_DMESG
11bool 'fbset' CONFIG_FBSET
12bool 'fdflush' CONFIG_FDFLUSH
13bool 'freeramdisk' CONFIG_FREERAMDISK
14bool 'fsck_minix' CONFIG_FSCK_MINIX
15bool 'getopt' CONFIG_GETOPT
16bool 'mkfs_minix' CONFIG_MKFS_MINIX
17bool 'mkswap' CONFIG_MKSWAP
18bool 'more' CONFIG_MORE
19bool 'mount' CONFIG_MOUNT
20bool 'nfsmount' CONFIG_NFSMOUNT
21bool 'pivot_root' CONFIG_PIVOT_ROOT
22bool 'rdate' CONFIG_RDATE
23bool 'swaponoff' CONFIG_SWAPONOFF
24bool 'umount' CONFIG_UMOUNT
25
26endmenu
27