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:
Wilfried Chauveau 2023-11-07 12:57:29 +00:00 committed by Fabio Baltieri
commit af3a19106a
41 changed files with 61 additions and 15 deletions

View file

@ -7,6 +7,8 @@
#ifndef __SOC_H_
#define __SOC_H_
#include <cmsis_core_m_defaults.h>
#include <zephyr/drivers/mm/rat.h>
#endif /* __SOC_H */