Skip to content

Commit 6d88aa7

Browse files
manuarguemmahadevan108
authored andcommitted
modules: mcux: allow to build with MCUX for NXP S32 devices
Some NXP S32 devices share common harwdware blocks with other non-S32 devices which are already supported using MCUX-based drivers. In order to leverage existing support, allow to build with MCUX enabled for NXP S32 family. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent 7319ba1 commit 6d88aa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/Kconfig.mcux

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
config HAS_MCUX
77
bool
88
select HAS_CMSIS_CORE
9-
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || SOC_FAMILY_NXP_ADSP
9+
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || \
10+
SOC_FAMILY_NXP_ADSP || SOC_FAMILY_S32
1011

1112
if HAS_MCUX
1213

0 commit comments

Comments
 (0)