arch: arm: cleanup of soc flags in arch

What is changed?

Use CMSIS SystemCoreClock via a dedicated flag instead of using
soc flags.

Why do we need this change?

This change is part of cleaning soc specific code out of arch folder.

Signed-off-by: Sudan Landge <sudan.landge@arm.com>
This commit is contained in:
Sudan Landge 2024-10-28 16:08:30 +00:00 committed by Anas Nashif
commit c99243c8ce
4 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,10 @@
if SOC_SERIES_IMXRT6XX
config CMSIS_CORE_HAS_SYSTEM_CORE_CLOCK
bool
default y
# alias for hal
config SOC_SERIES_IMX_RT6XX
bool