Skip to content

Commit

Permalink
modules: mcux: remove SOC_FAMILY_NXP_ADSP
Browse files Browse the repository at this point in the history
Remove SOC_FAMILY_NXP_ADSP since this is not used
anymore for the ADSP.
With HWMv2 ADSP is part of SOC_FAMILY_IMX.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan committed Feb 25, 2024
1 parent 62b0942 commit 5bc88a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config HAS_MCUX
bool
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || \
SOC_FAMILY_NXP_ADSP || SOC_FAMILY_NXP_S32
SOC_FAMILY_NXP_S32

if HAS_MCUX

Expand Down

0 comments on commit 5bc88a3

Please sign in to comment.