:orphan: .. title:: SECOND_CORE_MCUX .. option:: CONFIG_SECOND_CORE_MCUX *Enable LPC54114 Cortex-M0 second core* *Enable LPC55xxx's second core* Type: ``bool`` Help ==== Driver for second core startup Help ==== Driver for second core startup Direct dependencies =================== (\ :option:`HAS_MCUX ` && \ :option:`SOC_SERIES_LPC54XXX ` && \ :option:`SOC_FAMILY_LPC `) || (\ :option:`HAS_MCUX ` && \ :option:`SOC_SERIES_LPC55XXX ` && \ :option:`SOC_FAMILY_LPC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_lpc/lpc54xxx/Kconfig.soc:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SECOND_CORE_MCUX bool "Enable LPC54114 Cortex-M0 second core" depends on \ :option:`HAS_MCUX ` && \ :option:`SOC_SERIES_LPC54XXX ` && \ :option:`SOC_FAMILY_LPC ` help Driver for second core startup ---- At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.soc:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SECOND_CORE_MCUX bool "Enable LPC55xxx's second core" depends on \ :option:`HAS_MCUX ` && \ :option:`SOC_SERIES_LPC55XXX ` && \ :option:`SOC_FAMILY_LPC ` help Driver for second core startup *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*