:orphan: .. title:: CONFIG_SOC_PART_NUMBER_IMX_RT5XX .. kconfig:: CONFIG_SOC_PART_NUMBER_IMX_RT5XX CONFIG_SOC_PART_NUMBER_IMX_RT5XX ################################ *(No prompt -- not directly user assignable.)* Type: ``string`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_SERIES_IMX_RT5XX ` && \ :kconfig:`SOC_FAMILY_IMX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "MIMXRT533SFAWCR" if \ :kconfig:`SOC_PART_NUMBER_MIMXRT533SFAWCR ` - "MIMXRT555SFAWCR" if \ :kconfig:`SOC_PART_NUMBER_MIMXRT555SFAWCR ` - "MIMXRT595SFAWCR" if \ :kconfig:`SOC_PART_NUMBER_MIMXRT595SFAWCR ` - "MIMXRT533SFFOC" if \ :kconfig:`SOC_PART_NUMBER_MIMXRT533SFFOC ` - "MIMXRT555SFFOC" if \ :kconfig:`SOC_PART_NUMBER_MIMXRT555SFFOC ` - "MIMXRT595SFFOC" if \ :kconfig:`SOC_PART_NUMBER_MIMXRT595SFFOC ` Kconfig definition ================== At ``/arm/nxp_imx/rt5xx/Kconfig.soc:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*