diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index c97e5c4..6972591 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -74,14 +74,13 @@ config CONFIG_FDISK can be used to list and edit the set of partitions or BSD style 'disk slices' that are defined on a hard drive. -if !CONFIG_LFS config FDISK_SUPPORT_LARGE_DISKS bool " support over 4GB disks" default y depends on CONFIG_FDISK + select CONFIG_LFS help Enable this option to support large disks > 4GB. -endif config CONFIG_FEATURE_FDISK_WRITABLE bool " Write support" |