diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-10-30 07:03:54 +0300 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-10-30 07:03:54 +0300 |
commit | 5a1eb5c4453207ad9e7f6e8ca4f8db289743c993 (patch) | |
tree | dd2c5de024fe7d7312b6e1234e2c9849e1cb9b75 /fs/Kconfig | |
parent | 2e2ec952350f25242f2e0539db16b1e46f9eb01b (diff) | |
download | linux-5a1eb5c4453207ad9e7f6e8ca4f8db289743c993.tar.xz |
powerpc: Cleanup Kconfig selection of hugetlbfs support
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 2126078a38ed..64d44efad7a5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -135,7 +135,7 @@ config TMPFS_POSIX_ACL config HUGETLBFS bool "HugeTLB file system support" - depends on X86 || IA64 || PPC_BOOK3S_64 || SPARC64 || (S390 && 64BIT) || \ + depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \ SYS_SUPPORTS_HUGETLBFS || BROKEN help hugetlbfs is a filesystem backing for HugeTLB pages, based on |