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
|
@ -8,6 +8,7 @@
|
|||
#define _NXP_S32_S32K_SOC_H_
|
||||
|
||||
#include <S32K344.h>
|
||||
#include <core_cm7.h>
|
||||
|
||||
#if defined(CONFIG_CMSIS_RTOS_V2)
|
||||
#include <cmsis_rtos_v2_adapt.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue