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
|
@ -2991,7 +2991,7 @@ West:
|
|||
- modules/hal_nxp/
|
||||
- modules/Kconfig.imx
|
||||
- modules/Kconfig.mcux
|
||||
- modules/Kconfig.s32
|
||||
- modules/Kconfig.nxp_s32
|
||||
labels:
|
||||
- manifest-hal_nxp
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ source "modules/Kconfig.microchip"
|
|||
source "modules/Kconfig.nuvoton"
|
||||
source "modules/Kconfig.open-amp"
|
||||
source "modules/Kconfig.picolibc"
|
||||
source "modules/Kconfig.s32"
|
||||
source "modules/Kconfig.nxp_s32"
|
||||
source "modules/Kconfig.silabs"
|
||||
source "modules/Kconfig.simplelink"
|
||||
source "modules/Kconfig.sof"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# NXP S32 MCUs family
|
||||
|
||||
# Copyright 2022 NXP
|
||||
# Copyright 2022-2023 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config HAS_S32_HAL
|
||||
config HAS_NXP_S32_HAL
|
||||
bool
|
||||
select HAS_CMSIS_CORE
|
||||
depends on SOC_FAMILY_S32
|
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_S32_HAL)
|
||||
if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_NXP_S32_HAL)
|
||||
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} hal_nxp)
|
||||
add_subdirectory_ifdef(CONFIG_USB_DEVICE_DRIVER usb)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ choice
|
|||
|
||||
config SOC_S32K344_M7
|
||||
bool "SOC_S32K_M7"
|
||||
select HAS_S32_HAL
|
||||
select HAS_NXP_S32_HAL
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ choice
|
|||
|
||||
config SOC_S32Z27_R52
|
||||
bool "SOC_S32Z27_R52"
|
||||
select HAS_S32_HAL
|
||||
select HAS_NXP_S32_HAL
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in a new issue