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:
parent
85d86f6e0d
commit
1dadfaa3b4
7 changed files with 10 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue