aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/um/Kconfig.um5
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
156config NO_DMA 156config NO_DMA
157 def_bool y 157 def_bool y
158
159config PGTABLE_LEVELS
160 int
161 default 3 if 3_LEVEL_PGTABLES
162 default 2