:orphan: .. title:: CONFIG_SECOND_CORE_MCUX .. kconfig:: CONFIG_SECOND_CORE_MCUX CONFIG_SECOND_CORE_MCUX ####################### *Enable LPC54114 Cortex-M0 second core* *Enable LPC55xxx's second core* *Enable LPC54114 Cortex-M0 second core* *Enable LPC55xxx's second core* Type: ``bool`` Help ==== .. code-block:: none Driver for second core startup Help ==== .. code-block:: none Driver for second core startup Help ==== .. code-block:: none Driver for second core startup Help ==== .. code-block:: none Driver for second core startup Direct dependencies =================== (\ :kconfig:`HAS_MCUX ` && \ :kconfig:`SOC_SERIES_LPC54XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) || (\ :kconfig:`HAS_MCUX ` && \ :kconfig:`SOC_SERIES_LPC55XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) || (\ :kconfig:`HAS_MCUX ` && \ :kconfig:`SOC_SERIES_LPC54XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) || (\ :kconfig:`HAS_MCUX ` && \ :kconfig:`SOC_SERIES_LPC55XXX ` && \ :kconfig:`SOC_FAMILY_LPC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/nxp_lpc/lpc54xxx/Kconfig.soc:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SECOND_CORE_MCUX bool "Enable LPC54114 Cortex-M0 second core" depends on HAS_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC help Driver for second core startup ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.soc:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SECOND_CORE_MCUX bool "Enable LPC55xxx's second core" depends on HAS_MCUX && SOC_SERIES_LPC55XXX && SOC_FAMILY_LPC help Driver for second core startup ---- At ``/arm/nxp_lpc/lpc54xxx/Kconfig.soc:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SECOND_CORE_MCUX bool "Enable LPC54114 Cortex-M0 second core" depends on HAS_MCUX && SOC_SERIES_LPC54XXX && SOC_FAMILY_LPC help Driver for second core startup ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.soc:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_lpc/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SECOND_CORE_MCUX bool "Enable LPC55xxx's second core" depends on HAS_MCUX && SOC_SERIES_LPC55XXX && SOC_FAMILY_LPC help Driver for second core startup *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*