arm: soc: stm32: make mpu f4 config useable for other family

As other stm32 series support MPU, move common file in a file tree
useable by socs from other series

JIRA: ZEP-2220

Signed-off-by: Michel Jaouen <michel.jaouen@st.com>
This commit is contained in:
Michel Jaouen 2017-06-09 17:18:09 +02:00 committed by Kumar Gala
commit 1dadfaa3b4
7 changed files with 10 additions and 8 deletions

View file

@ -32,13 +32,6 @@ config SOC_STM32F469XI
endchoice
config STM32_ARM_MPU_ENABLE
bool "Enable MPU"
depends on CPU_HAS_MPU
select ARM_MPU
default n
help
Enable MPU
choice
prompt "Configure Bootloader Options"