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 <manuel.arguelles@nxp.com>
This commit is contained in:
parent
7319ba11f7
commit
6d88aa7d73
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
config HAS_MCUX
|
||||
bool
|
||||
select HAS_CMSIS_CORE
|
||||
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || SOC_FAMILY_NXP_ADSP
|
||||
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || \
|
||||
SOC_FAMILY_NXP_ADSP || SOC_FAMILY_S32
|
||||
|
||||
if HAS_MCUX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue