soc: mps2_an385: Enable Memory Protection unit.

This patch will enable the MPU in MPS2_AN385 soc.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Adithya Baglody 2018-04-11 15:14:37 +05:30 committed by Anas Nashif
commit 0e60644ff8

View file

@ -11,5 +11,7 @@ depends on SOC_SERIES_MPS2
config SOC_MPS2_AN385
bool "ARM Cortex-M3 SMM on V2M-MPS2 (Application Note AN385)"
select CPU_CORTEX_M3
select CPU_HAS_ARM_MPU
select MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT
endchoice