git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb08375
)
ARM: mpu: Allow enabling of the MPU via kconfig
author
Jonathan Austin
<jonathan.austin@arm.com>
Fri, 22 Feb 2013 18:56:04 +0000
(18:56 +0000)
committer
Jonathan Austin
<jonathan.austin@arm.com>
Mon, 17 Jun 2013 14:13:03 +0000
(15:13 +0100)
Allows the user to select MPU support when compiling for ARM processors
that support the PMSAv7.
This ensures that CONFIG_SMP depends on the MPU in the case that no MMU
is present.
CONFIG_SMP_ON_UP is not implemented for nommu, so introduce an MMU
dependency there.
Signed-off-by: Jonathan Austin <jonathan.austin@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
No differences found