diff options
-rw-r--r-- | arch/um/Kconfig.um | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um index a7520c90f62d..5dbfe3d9107c 100644 --- a/arch/um/Kconfig.um +++ b/arch/um/Kconfig.um | |||
@@ -155,3 +155,8 @@ config MMAPPER | |||
155 | 155 | ||
156 | config NO_DMA | 156 | config NO_DMA |
157 | def_bool y | 157 | def_bool y |
158 | |||
159 | config PGTABLE_LEVELS | ||
160 | int | ||
161 | default 3 if 3_LEVEL_PGTABLES | ||
162 | default 2 | ||