aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/alpha/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index b7ff9a318c31..bf9e9d3b3792 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -76,6 +76,10 @@ config GENERIC_ISA_DMA
76 bool 76 bool
77 default y 77 default y
78 78
79config PGTABLE_LEVELS
80 int
81 default 3
82
79source "init/Kconfig" 83source "init/Kconfig"
80source "kernel/Kconfig.freezer" 84source "kernel/Kconfig.freezer"
81 85