diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 3 |
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 @@ | |||
1 | choice | 1 | choice |
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 | ||
7 | config FLATMEM | 6 | config FLATMEM |
8 | bool "Flat Memory" | 7 | bool "Flat Memory" |