aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/Kconfig6
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
300config PGTABLE_LEVELS
301 int
302 default 2 if !PPC64
303 default 3 if PPC_64K_PAGES
304 default 4
305
300source "init/Kconfig" 306source "init/Kconfig"
301 307
302source "kernel/Kconfig.freezer" 308source "kernel/Kconfig.freezer"