-
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¶
- “MCIMX7D5EVM10SC” if
SOC_PART_NUMBER_MCIMX7D5EVM10SC
&&SOC_MCIMX7_M4
&&SOC_FAMILY_IMX
&&ARM
- “MCIMX7S3DVK08SA” if
SOC_PART_NUMBER_MCIMX7S3DVK08SA
&&SOC_MCIMX7_M4
&&SOC_FAMILY_IMX
&&ARM
Kconfig definition¶
At arch/arm/soc/nxp_imx/mcimx7_m4/Kconfig.soc:28
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/nxp_imx/Kconfig:17
Menu path: (top menu) → ARM Options → SoC Configuration
config SOC_PART_NUMBER_IMX7_M4 string default "MCIMX7D5EVM10SC" ifSOC_PART_NUMBER_MCIMX7D5EVM10SC
&&SOC_MCIMX7_M4
&&SOC_FAMILY_IMX
&&ARM
default "MCIMX7S3DVK08SA" ifSOC_PART_NUMBER_MCIMX7S3DVK08SA
&&SOC_MCIMX7_M4
&&SOC_FAMILY_IMX
&&ARM
depends onSOC_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.)