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 && ARM

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

Defaults

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nxp_imx/Kconfig:17

Menu path: (top menu) → ARM Options → SoC Configuration

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