:orphan: .. title:: CONFIG_SOC_PSOC6_M0_ENABLES_M4 .. kconfig:: CONFIG_SOC_PSOC6_M0_ENABLES_M4 CONFIG_SOC_PSOC6_M0_ENABLES_M4 ############################## *Enable dual-core support [activate Cortex-M4]* *Enable dual-core support [activate Cortex-M4]* Type: ``bool`` Help ==== .. code-block:: none Cortex-M0 CPU should boot Cortex-M4 Help ==== .. code-block:: none Cortex-M0 CPU should boot Cortex-M4 Direct dependencies =================== \ :kconfig:`SOC_PSOC6_M0 ` || \ :kconfig:`SOC_PSOC6_M0 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/cypress/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_PSOC6_M0_ENABLES_M4 bool "Enable dual-core support [activate Cortex-M4]" depends on SOC_PSOC6_M0 help Cortex-M0 CPU should boot Cortex-M4 ---- At ``/arm/cypress/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_PSOC6_M0_ENABLES_M4 bool "Enable dual-core support [activate Cortex-M4]" depends on SOC_PSOC6_M0 help Cortex-M0 CPU should boot Cortex-M4 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*