:orphan: .. title:: CONFIG_SOC_PART_NUMBER_IMX8ML_M7 .. kconfig:: CONFIG_SOC_PART_NUMBER_IMX8ML_M7 CONFIG_SOC_PART_NUMBER_IMX8ML_M7 ################################ *(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_IMX8ML_M7 ` && \ :kconfig:`SOC_FAMILY_IMX ` *(Includes any dependencies from ifs and menus.)* Default ======= - "MIMX8ML8DVNLZ" if \ :kconfig:`SOC_PART_NUMBER_MIMX8ML8DVNLZ ` Kconfig definition ================== At ``/arm/nxp_imx/mimx8ml8_m7/Kconfig.soc:26`` 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_IMX8ML_M7 string default "MIMX8ML8DVNLZ" if SOC_PART_NUMBER_MIMX8ML8DVNLZ depends on SOC_SERIES_IMX8ML_M7 && 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.)*