aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHyok S. Choi <hyok.choi@samsung.com>2009-07-24 07:35:00 -0400
committerCatalin Marinas <catalin.marinas@arm.com>2009-07-24 07:35:00 -0400
commit3c4279750c7d3f88a0638a44e257d7d8d10732f2 (patch)
treef01c337e25dff2a0c8f816ca1020649c7cf32d1f /arch/arm/Kconfig
parent05efde9d04ccc1d66a9d2225527c6ee638baa385 (diff)
nommu: Enables to select noMMU mode
MMU option is now selectable. Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a36b5a8b123e..dc70660fe6bd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -46,10 +46,6 @@ config GENERIC_CLOCKEVENTS_BROADCAST
46 depends on GENERIC_CLOCKEVENTS 46 depends on GENERIC_CLOCKEVENTS
47 default y if SMP && !LOCAL_TIMERS 47 default y if SMP && !LOCAL_TIMERS
48 48
49config MMU
50 bool
51 default y
52
53config NO_IOPORT 49config NO_IOPORT
54 bool 50 bool
55 51
@@ -188,6 +184,13 @@ source "kernel/Kconfig.freezer"
188 184
189menu "System Type" 185menu "System Type"
190 186
187config MMU
188 bool "MMU-based Paged Memory Management Support"
189 default y
190 help
191 Select if you want MMU-based virtualised addressing space
192 support by paged memory management. If unsure, say 'Y'.
193
191choice 194choice
192 prompt "ARM system type" 195 prompt "ARM system type"
193 default ARCH_VERSATILE 196 default ARCH_VERSATILE