commit | 801bb21c600161c8626d7d9cb649be869ee4dbbe | [log] [tgz] |
---|---|---|
author | Jonathan Austin <jonathan.austin@arm.com> | Fri Feb 22 18:56:04 2013 +0000 |
committer | Jonathan Austin <jonathan.austin@arm.com> | Mon Jun 17 15:13:03 2013 +0100 |
tree | d4418d0f772af88dbfbaa8a4019acc92c9a79df0 | |
parent | eb08375ea66e63c5e11dea69b43c5633d531ce81 [diff] |
ARM: mpu: Allow enabling of the MPU via kconfig 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>