CONFIG_SLAVE_IMAGE_MCUX

Binary image of slave core’s code

Type: string

Help

This points to the image file for the the binary code that will be used by the slave core.

Direct dependencies

SLAVE_CORE_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <Zephyr>/soc/arm/nxp_lpc/lpc54xxx/Kconfig.soc:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/Kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nxp_lpc/Kconfig:14

Menu path: (Top) → Hardware Configuration → Enable LPC54114 Cortex-M0 slave core

config SLAVE_IMAGE_MCUX
    string "Binary image of slave core's code"
    depends on SLAVE_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 slave core.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)