[PATCH 4/7] AVR32: Turn off support for DISCONTIGMEM and SPARSEMEM
From: Haavard Skinnemoen
Date: Tue Jul 11 2006 - 08:42:51 EST
I just gave CONFIG_DISCONTIGMEM a try on AVR32 and it turned out it
didn't compile.
Since there's only a single board available, and that board has no
use for discontigmem or sparsemem anyway, I figured it's better to
just turn it off until a need for it arises.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx>
---
arch/avr32/Kconfig | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 89d7456..b12216a 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -132,12 +132,11 @@ config ARCH_FLATMEM_ENABLE
config ARCH_DISCONTIGMEM_ENABLE
bool
- default y
+ default n
config ARCH_SPARSEMEM_ENABLE
bool
- depends on EXPERIMENTAL
- default y
+ default n
source "mm/Kconfig"
--
1.4.0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/