diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-10-30 00:03:54 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-10-30 00:03:54 -0400 |
commit | 5a1eb5c4453207ad9e7f6e8ca4f8db289743c993 (patch) | |
tree | dd2c5de024fe7d7312b6e1234e2c9849e1cb9b75 /arch/powerpc/Kconfig | |
parent | 2e2ec952350f25242f2e0539db16b1e46f9eb01b (diff) |
powerpc: Cleanup Kconfig selection of hugetlbfs support
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 10a0a5488a44..2ba14e77296c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -414,6 +414,10 @@ config ARCH_SPARSEMEM_DEFAULT | |||
414 | config ARCH_POPULATES_NODE_MAP | 414 | config ARCH_POPULATES_NODE_MAP |
415 | def_bool y | 415 | def_bool y |
416 | 416 | ||
417 | config SYS_SUPPORTS_HUGETLBFS | ||
418 | def_bool y | ||
419 | depends on PPC_BOOK3S_64 | ||
420 | |||
417 | source "mm/Kconfig" | 421 | source "mm/Kconfig" |
418 | 422 | ||
419 | config ARCH_MEMORY_PROBE | 423 | config ARCH_MEMORY_PROBE |