modules: rename S32 to NXP_S32
Rename module from `S32` to `NXP_S32` to avoid ambiguity. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
00f59936b3
commit
acbdf1f53c
7 changed files with 8 additions and 8 deletions
9
modules/Kconfig.nxp_s32
Normal file
9
modules/Kconfig.nxp_s32
Normal file
|
@ -0,0 +1,9 @@
|
|||
# NXP S32 MCUs family
|
||||
|
||||
# Copyright 2022-2023 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config HAS_NXP_S32_HAL
|
||||
bool
|
||||
select HAS_CMSIS_CORE
|
||||
depends on SOC_FAMILY_S32
|
Loading…
Add table
Add a link
Reference in a new issue