lkml.org 
[lkml]   [2006]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/7] AVR32: Turn off support for DISCONTIGMEM and SPARSEMEM
Date
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@atmel.com>
---
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-11 14:47    [W:1.044 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site