CONFIG_SOC_PART_NUMBER_IMX_RT5XX
(No prompt – not directly user assignable.)
Type: string
Help
This string holds the full part number of the SoC. It is a hidden
option that you should not set directly. The part number selection
choice defines the default value for this string.
Direct dependencies
SOC_SERIES_IMX_RT5XX
&& SOC_FAMILY_IMX
(Includes any dependencies from ifs and menus.)
Defaults
“MIMXRT533SFAWCR” if
SOC_PART_NUMBER_MIMXRT533SFAWCR
“MIMXRT555SFAWCR” if
SOC_PART_NUMBER_MIMXRT555SFAWCR
“MIMXRT595SFAWCR” if
SOC_PART_NUMBER_MIMXRT595SFAWCR
“MIMXRT533SFFOC” if
SOC_PART_NUMBER_MIMXRT533SFFOC
“MIMXRT555SFFOC” if
SOC_PART_NUMBER_MIMXRT555SFFOC
“MIMXRT595SFFOC” if
SOC_PART_NUMBER_MIMXRT595SFFOC
Kconfig definition
At <SoC>/arm/nxp_imx/rt5xx/Kconfig.soc:57
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
→ <SoC>/arm/nxp_imx/Kconfig:14
Menu path: (Top) → Hardware Configuration
config SOC_PART_NUMBER_IMX_RT5XX
string
default "MIMXRT533SFAWCR" if SOC_PART_NUMBER_MIMXRT533SFAWCR
default "MIMXRT555SFAWCR" if SOC_PART_NUMBER_MIMXRT555SFAWCR
default "MIMXRT595SFAWCR" if SOC_PART_NUMBER_MIMXRT595SFAWCR
default "MIMXRT533SFFOC" if SOC_PART_NUMBER_MIMXRT533SFFOC
default "MIMXRT555SFFOC" if SOC_PART_NUMBER_MIMXRT555SFFOC
default "MIMXRT595SFFOC" if SOC_PART_NUMBER_MIMXRT595SFFOC
depends on SOC_SERIES_IMX_RT5XX && SOC_FAMILY_IMX
help
This string holds the full part number of the SoC. It is a hidden
option that you should not set directly. The part number selection
choice defines the default value for this string.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)