aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/m68k/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 87b7c7581b1d..2dd8f63bfbbb 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -67,6 +67,10 @@ config HZ
67 default 1000 if CLEOPATRA 67 default 1000 if CLEOPATRA
68 default 100 68 default 100
69 69
70config PGTABLE_LEVELS
71 default 2 if SUN3 || COLDFIRE
72 default 3
73
70source "init/Kconfig" 74source "init/Kconfig"
71 75
72source "kernel/Kconfig.freezer" 76source "kernel/Kconfig.freezer"