diff options
-rw-r--r-- | arch/powerpc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 22b0940494bb..91ad76f30d18 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -297,6 +297,12 @@ config ZONE_DMA32 | |||
297 | bool | 297 | bool |
298 | default y if PPC64 | 298 | default y if PPC64 |
299 | 299 | ||
300 | config PGTABLE_LEVELS | ||
301 | int | ||
302 | default 2 if !PPC64 | ||
303 | default 3 if PPC_64K_PAGES | ||
304 | default 4 | ||
305 | |||
300 | source "init/Kconfig" | 306 | source "init/Kconfig" |
301 | 307 | ||
302 | source "kernel/Kconfig.freezer" | 308 | source "kernel/Kconfig.freezer" |