diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-01 16:03:21 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-01 16:03:21 -0400 |
commit | ee93916efe22f767628f9d25abb8ad8548797336 (patch) | |
tree | a9f96ac741d683738518a3deac59f73b331e81ca /arch/arm/Kconfig | |
parent | 07f841b7c587a3cbf481509be09ba5eda05f8d31 (diff) |
[ARM] mm: switch SA1100 to use sparsemem
Tested on Assabet, and Assabet with Neponset's SDRAM at 3328M phys.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 83106c98755c..b21c93a5f926 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -479,9 +479,7 @@ config ARCH_RPC | |||
479 | config ARCH_SA1100 | 479 | config ARCH_SA1100 |
480 | bool "SA1100-based" | 480 | bool "SA1100-based" |
481 | select ISA | 481 | select ISA |
482 | select ARCH_DISCONTIGMEM_ENABLE | ||
483 | select ARCH_SPARSEMEM_ENABLE | 482 | select ARCH_SPARSEMEM_ENABLE |
484 | select ARCH_SELECT_MEMORY_MODEL | ||
485 | select ARCH_MTD_XIP | 483 | select ARCH_MTD_XIP |
486 | select GENERIC_GPIO | 484 | select GENERIC_GPIO |
487 | select GENERIC_TIME | 485 | select GENERIC_TIME |