soc: arm: fix missing configs & defines
Some SoC have missing feature selections in their Kconfig. Some others are missing includes of CMSIS-Core headers. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
This commit is contained in:
parent
29ffaaa0b6
commit
af3a19106a
41 changed files with 61 additions and 15 deletions
|
@ -11,6 +11,7 @@ config SOC_SERIES_STM32MP1X
|
|||
select SOC_FAMILY_STM32
|
||||
select HAS_STM32CUBE
|
||||
select CPU_HAS_ARM_MPU
|
||||
select CPU_HAS_FPU
|
||||
select OPENAMP_RSC_TABLE if RAM_CONSOLE
|
||||
help
|
||||
Enable support for STM32MP1 MPU series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue