btrfs: disable build on platforms having page size 256K
[linux-2.6-microblaze.git] / fs / btrfs / Kconfig
index 68b95ad..520a0f6 100644 (file)
@@ -18,6 +18,8 @@ config BTRFS_FS
        select RAID6_PQ
        select XOR_BLOCKS
        select SRCU
+       depends on !PPC_256K_PAGES      # powerpc
+       depends on !PAGE_SIZE_256KB     # hexagon
 
        help
          Btrfs is a general purpose copy-on-write filesystem with extents,