Skip to content
Snippets Groups Projects
Commit 3c427975 authored by Hyok S. Choi's avatar Hyok S. Choi Committed by Catalin Marinas
Browse files

nommu: Enables to select noMMU mode


MMU option is now selectable.

Signed-off-by: default avatarHyok S. Choi <hyok.choi@samsung.com>
parent 05efde9d
No related branches found
No related tags found
No related merge requests found
...@@ -46,10 +46,6 @@ config GENERIC_CLOCKEVENTS_BROADCAST ...@@ -46,10 +46,6 @@ config GENERIC_CLOCKEVENTS_BROADCAST
depends on GENERIC_CLOCKEVENTS depends on GENERIC_CLOCKEVENTS
default y if SMP && !LOCAL_TIMERS default y if SMP && !LOCAL_TIMERS
config MMU
bool
default y
config NO_IOPORT config NO_IOPORT
bool bool
...@@ -188,6 +184,13 @@ source "kernel/Kconfig.freezer" ...@@ -188,6 +184,13 @@ source "kernel/Kconfig.freezer"
menu "System Type" menu "System Type"
config MMU
bool "MMU-based Paged Memory Management Support"
default y
help
Select if you want MMU-based virtualised addressing space
support by paged memory management. If unsure, say 'Y'.
choice choice
prompt "ARM system type" prompt "ARM system type"
default ARCH_VERSATILE default ARCH_VERSATILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment