soc: nxp_s32: rename family to SOC_FAMILY_NXP_S32

Rename NXP S32 device's family to SOC_FAMILY_NXP_S32 to avoid ambiguity.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-08-06 12:54:25 +07:00 committed by Carles Cufí
commit 298f028d20
5 changed files with 9 additions and 9 deletions

View file

@ -6,4 +6,4 @@
config HAS_NXP_S32_HAL
bool
select HAS_CMSIS_CORE
depends on SOC_FAMILY_S32
depends on SOC_FAMILY_NXP_S32