diff options
-rw-r--r-- | arch/tile/Kconfig | 5 |
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 | ||
150 | config PGTABLE_LEVELS | ||
151 | int | ||
152 | default 3 if 64BIT | ||
153 | default 2 | ||
154 | |||
150 | source "init/Kconfig" | 155 | source "init/Kconfig" |
151 | 156 | ||
152 | source "kernel/Kconfig.freezer" | 157 | source "kernel/Kconfig.freezer" |