treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers
[sfrench/cifs-2.6.git] / block / Kconfig
index 028bc085dac825826e9f44ad851ffb8c17451f32..1b220101a9cb6d2cb64d38b3c93713ea03243981 100644 (file)
@@ -26,30 +26,6 @@ menuconfig BLOCK
 
 if BLOCK
 
-config LBDAF
-       bool "Support for large (2TB+) block devices and files"
-       depends on !64BIT
-       default y
-       help
-         Enable block devices or files of size 2TB and larger.
-
-         This option is required to support the full capacity of large
-         (2TB+) block devices, including RAID, disk, Network Block Device,
-         Logical Volume Manager (LVM) and loopback.
-       
-         This option also enables support for single files larger than
-         2TB.
-
-         The ext4 filesystem requires that this feature be enabled in
-         order to support filesystems that have the huge_file feature
-         enabled.  Otherwise, it will refuse to mount in the read-write
-         mode any filesystems that use the huge_file feature, which is
-         enabled by default by mke2fs.ext4.
-
-         The GFS2 filesystem also requires this feature.
-
-         If unsure, say Y.
-
 config BLK_SCSI_REQUEST
        bool