aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 15c131393639..0320f066228c 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -1,8 +1,7 @@
1choice 1choice
2 prompt "Memory model" 2 prompt "Memory model"
3 default FLATMEM
4 default SPARSEMEM if ARCH_SPARSEMEM_DEFAULT
5 default DISCONTIGMEM if ARCH_DISCONTIGMEM_DEFAULT 3 default DISCONTIGMEM if ARCH_DISCONTIGMEM_DEFAULT
4 default FLATMEM
6 5
7config FLATMEM 6config FLATMEM
8 bool "Flat Memory" 7 bool "Flat Memory"