CONFIG_SOC_PSOC6_M0_ENABLES_M4¶
Enable dual-core support [activate Cortex-M4]
Enable dual-core support [activate Cortex-M4]
Type: bool
Help¶
Cortex-M0 CPU should boot Cortex-M4
Help¶
Cortex-M0 CPU should boot Cortex-M4
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definitions¶
At <Zephyr SoC>/arm/cypress/Kconfig:24
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration
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 <Zephyr SoC>/arm/cypress/Kconfig:24
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18
Menu path: (Top) → Hardware Configuration
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.)