The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_PART_NUMBER_IMX7_M4

(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_MCIMX7_M4 && SOC_FAMILY_IMX

(Includes any dependencies from if’s and menus.)

Kconfig definition

At soc/arm/nxp_imx/mcimx7_m4/Kconfig.soc:28

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nxp_imx/Kconfig:17

Menu path: (top menu) → Hardware Configuration

config SOC_PART_NUMBER_IMX7_M4
    string
    default "MCIMX7D5EVM10SC" if SOC_PART_NUMBER_MCIMX7D5EVM10SC && SOC_MCIMX7_M4 && SOC_FAMILY_IMX
    default "MCIMX7S3DVK08SA" if SOC_PART_NUMBER_MCIMX7S3DVK08SA && SOC_MCIMX7_M4 && SOC_FAMILY_IMX
    depends on SOC_MCIMX7_M4 && 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.

(Definitions include propagated dependencies, including from if’s and menus.)