xfs: require 64-bit sector_t
[cascardo/linux.git] / fs / xfs / Kconfig
index 399e8ce..5d47b4d 100644 (file)
@@ -1,6 +1,7 @@
 config XFS_FS
        tristate "XFS filesystem support"
        depends on BLOCK
+       depends on (64BIT || LBDAF)
        select EXPORTFS
        select LIBCRC32C
        help