remove unused files
[oweals/busybox.git] / util-linux / Config.in
index 5b8ed1f0b616058eae428e5238a3cf833e03b19e..c47a42d5bb273907a456b61fbe2b2d63181287eb 100644 (file)
@@ -5,7 +5,6 @@
 
 menu "Linux System Utilities"
 
-
 config CONFIG_DMESG
        bool "dmesg"
        default n
@@ -27,7 +26,6 @@ config CONFIG_FBSET
          interface to access a graphics display.  Enable this option
          if you wish to enable the 'fbset' utility.
 
-
 config CONFIG_FEATURE_FBSET_FANCY
        bool "  Turn on extra fbset options"
        default n
@@ -74,6 +72,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.
 
+config FDISK_SUPPORT_LARGE_DISKS
+       bool "  support over 4GB disks"
+       default y
+       depends on CONFIG_FDISK
+       help
+         Enable this option to support large disks > 4GB.
+
 config CONFIG_FEATURE_FDISK_WRITABLE
        bool "  Write support"
        default y