aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/tile/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig
index 7cca41842a9e..0142d578b5a8 100644
--- a/arch/tile/Kconfig
+++ b/arch/tile/Kconfig
@@ -147,6 +147,11 @@ config ARCH_DEFCONFIG
147 default "arch/tile/configs/tilepro_defconfig" if !TILEGX 147 default "arch/tile/configs/tilepro_defconfig" if !TILEGX
148 default "arch/tile/configs/tilegx_defconfig" if TILEGX 148 default "arch/tile/configs/tilegx_defconfig" if TILEGX
149 149
150config PGTABLE_LEVELS
151 int
152 default 3 if 64BIT
153 default 2
154
150source "init/Kconfig" 155source "init/Kconfig"
151 156
152source "kernel/Kconfig.freezer" 157source "kernel/Kconfig.freezer"