diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-01 16:39:58 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-01 16:41:32 -0400 |
commit | 07a2f737ba1d73ace591dd03c512bb0dd63f6785 (patch) | |
tree | 76ef1e09ee3016263c910337fd400028a7a5150b /arch/arm/Kconfig | |
parent | ee93916efe22f767628f9d25abb8ad8548797336 (diff) |
[ARM] mm: deprecate discontigmem on ARM
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b21c93a5f926..ef218ea3010f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -839,6 +839,7 @@ config OABI_COMPAT | |||
839 | UNPREDICTABLE (in fact it can be predicted that it won't work | 839 | UNPREDICTABLE (in fact it can be predicted that it won't work |
840 | at all). If in doubt say Y. | 840 | at all). If in doubt say Y. |
841 | 841 | ||
842 | # Discontigmem is deprecated | ||
842 | config ARCH_DISCONTIGMEM_ENABLE | 843 | config ARCH_DISCONTIGMEM_ENABLE |
843 | bool | 844 | bool |
844 | default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) | 845 | default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) |
@@ -851,8 +852,11 @@ config ARCH_DISCONTIGMEM_ENABLE | |||
851 | config ARCH_SPARSEMEM_ENABLE | 852 | config ARCH_SPARSEMEM_ENABLE |
852 | bool | 853 | bool |
853 | 854 | ||
855 | config ARCH_SPARSEMEM_DEFAULT | ||
856 | def_bool ARCH_SPARSEMEM_ENABLE | ||
857 | |||
854 | config ARCH_SELECT_MEMORY_MODEL | 858 | config ARCH_SELECT_MEMORY_MODEL |
855 | bool | 859 | def_bool ARCH_DISCONTIGMEM_ENABLE && ARCH_SPARSEMEM_ENABLE |
856 | 860 | ||
857 | config NODES_SHIFT | 861 | config NODES_SHIFT |
858 | int | 862 | int |