soc: arm: mps2: remove un-necessary Kconfig option selection

Remove the selection of MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT
in SOC_MPS2_AN3385, as this is selected automatically by
ARM_MPU option (for ARMv7-M MCUs).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2018-09-24 16:41:20 +02:00 committed by Maureen Helm
commit ccffca4a5d

View file

@ -12,6 +12,5 @@ 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