:orphan: .. title:: CONFIG_SECOND_IMAGE_MCUX .. kconfig:: CONFIG_SECOND_IMAGE_MCUX CONFIG_SECOND_IMAGE_MCUX ######################## *Binary image of second core's code* *Binary image of second core's code* *Binary image of second core's code* *Binary image of second core's code* Type: ``string`` Help ==== .. code-block:: none This points to the image file for the the binary code that will be used by the second core. Help ==== .. code-block:: none This points to the image file for the the binary code that will be used by the second core. Help ==== .. code-block:: none This points to the image file for the the binary code that will be used by the second core. Help ==== .. code-block:: none This points to the image file for the the binary code that will be used by the second core. Direct dependencies =================== (\ :kconfig:`SECOND_CORE_MCUX ` && \ :kconfig:`SOC_SERIES_LPC54XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) || (\ :kconfig:`SECOND_CORE_MCUX ` && \ :kconfig:`SOC_SERIES_LPC55XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) || (\ :kconfig:`SECOND_CORE_MCUX ` && \ :kconfig:`SOC_SERIES_LPC54XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) || (\ :kconfig:`SECOND_CORE_MCUX ` && \ :kconfig:`SOC_SERIES_LPC55XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definitions =================== At ``/arm/nxp_lpc/lpc54xxx/Kconfig.soc:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable LPC54114 Cortex-M0 second core .. code-block:: kconfig config SECOND_IMAGE_MCUX string "Binary image of second core's code" depends on SECOND_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC help This points to the image file for the the binary code that will be used by the second core. ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.soc:89`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable LPC55xxx's second core .. code-block:: kconfig config SECOND_IMAGE_MCUX string "Binary image of second core's code" depends on SECOND_CORE_MCUX && SOC_SERIES_LPC55XXX && SOC_FAMILY_LPC help This points to the image file for the the binary code that will be used by the second core. ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.soc:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable LPC54114 Cortex-M0 second core .. code-block:: kconfig config SECOND_IMAGE_MCUX string "Binary image of second core's code" depends on SECOND_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC help This points to the image file for the the binary code that will be used by the second core. ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.soc:89`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Enable LPC55xxx's second core .. code-block:: kconfig config SECOND_IMAGE_MCUX string "Binary image of second core's code" depends on SECOND_CORE_MCUX && SOC_SERIES_LPC55XXX && SOC_FAMILY_LPC help This points to the image file for the the binary code that will be used by the second core. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*