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