-
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
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.soc:44
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/nxp_lpc/Kconfig:17
Menu path: (top menu) → ARM Options → SoC Configuration
config SLAVE_IMAGE_MCUX string prompt "Binary image of slave core's code" ifSLAVE_CORE_MCUX
&&SOC_SERIES_LPC54XXX
&&SOC_FAMILY_LPC
&&ARM
depends onSLAVE_CORE_MCUX
&&SOC_SERIES_LPC54XXX
&&SOC_FAMILY_LPC
&&ARM
help This points to the image file for the the binary code that will be used by the slave core.
(Definitions include propagated dependencies, including from if’s and menus.)