Skip to content

Commit

Permalink
modules: rename SOC_FAMILY_IMX
Browse files Browse the repository at this point in the history
Rename SOC_FAMILY_IMX to SOC_FAMILY_NXP_IMX.

I've also kept SOC_FAMILY_IMX since there are
still legacy socs/boards that use it. When all
are ported to HWMv2 this should be removed.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan committed Feb 28, 2024
1 parent 2ed4c86 commit 835939c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/Kconfig.imx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
config HAS_IMX_HAL
bool
select HAS_CMSIS_CORE
depends on SOC_FAMILY_IMX
depends on SOC_FAMILY_NXP_IMX || SOC_FAMILY_IMX

if HAS_IMX_HAL

Expand Down
4 changes: 2 additions & 2 deletions modules/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

config HAS_MCUX
bool
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC || \
SOC_FAMILY_NXP_S32 || SOC_FAMILY_NXP_IMXRT
depends on SOC_FAMILY_KINETIS || SOC_FAMILY_NXP_IMX || SOC_FAMILY_LPC || \
SOC_FAMILY_NXP_S32 || SOC_FAMILY_IMX || SOC_FAMILY_NXP_IMXRT
if HAS_MCUX

config MCUX_CORE_SUFFIX
Expand Down
2 changes: 1 addition & 1 deletion soc/nxp/imx/imx9/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

config SOC_SERIES_IMX9
bool
select SOC_FAMILY_IMX
select SOC_FAMILY_NXP_IMX

config SOC_MIMX9352
bool
Expand Down

0 comments on commit 835939c

Please sign in to comment.