diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-01 12:11:06 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-01 12:24:04 -0400 |
commit | 07f841b7c587a3cbf481509be09ba5eda05f8d31 (patch) | |
tree | 44f7a45c56568f17841c1a37afc49193fecb1714 /arch/arm/Kconfig | |
parent | b7a69ac303cbfc8d6fa8e91d10e8049244ba6847 (diff) |
[ARM] mm: enable sparsemem on clps7500 and RiscPC
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, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4eb816c4df7d..83106c98755c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -250,6 +250,7 @@ config ARCH_CLPS7500 | |||
250 | select TIMER_ACORN | 250 | select TIMER_ACORN |
251 | select ISA | 251 | select ISA |
252 | select NO_IOPORT | 252 | select NO_IOPORT |
253 | select ARCH_SPARSEMEM_ENABLE | ||
253 | help | 254 | help |
254 | Support for the Cirrus Logic PS7500FE system-on-a-chip. | 255 | Support for the Cirrus Logic PS7500FE system-on-a-chip. |
255 | 256 | ||
@@ -470,6 +471,7 @@ config ARCH_RPC | |||
470 | select HAVE_PATA_PLATFORM | 471 | select HAVE_PATA_PLATFORM |
471 | select ISA_DMA_API | 472 | select ISA_DMA_API |
472 | select NO_IOPORT | 473 | select NO_IOPORT |
474 | select ARCH_SPARSEMEM_ENABLE | ||
473 | help | 475 | help |
474 | On the Acorn Risc-PC, Linux can support the internal IDE disk and | 476 | On the Acorn Risc-PC, Linux can support the internal IDE disk and |
475 | CD-ROM interface, serial and parallel port, and the floppy drive. | 477 | CD-ROM interface, serial and parallel port, and the floppy drive. |