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.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan committed Feb 27, 2024
1 parent 0a406c8 commit 75b2c59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

if HAS_IMX_HAL

Expand Down
2 changes: 1 addition & 1 deletion modules/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

if HAS_MCUX
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 75b2c59

Please sign in to comment.