diff options
Diffstat (limited to 'util-linux/config.in')
-rw-r--r-- | util-linux/config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util-linux/config.in b/util-linux/config.in index 25d0c5a..e6d4663 100644 --- a/util-linux/config.in +++ b/util-linux/config.in @@ -14,6 +14,14 @@ if [ "$CONFIG_FBSET" = "y" ]; then bool ' Turn on fbset readmode support' CONFIG_FEATURE_FBSET_READMODE fi bool 'fdflush' CONFIG_FDFLUSH +bool 'fdisk' CONFIG_FDISK +if [ "$CONFIG_FDISK" = "y" ]; then + bool ' Support AIX disklabels' CONFIG_FEATURE_AIX_LABEL + bool ' Support SGI disklabels' CONFIG_FEATURE_SGI_LABEL + bool ' Support SUN disklabels' CONFIG_FEATURE_SUN_LABEL + bool ' Support BSD disklabels' CONFIG_FEATURE_OSF_LABEL + bool ' Support expext mode' CONFIG_FEATURE_FDISK_ADVANCED +fi bool 'freeramdisk' CONFIG_FREERAMDISK bool 'fsck_minix' CONFIG_FSCK_MINIX bool 'mkfs_minix' CONFIG_MKFS_MINIX |