:orphan: .. title:: CPU_CORTEX_M0PLUS .. option:: CONFIG_CPU_CORTEX_M0PLUS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option signifies the use of a Cortex-M0+ CPU Direct dependencies =================== \ :option:`ARM ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M ` if \ :option:`ARM ` - \ :option:`ARMV6_M_ARMV8_M_BASELINE ` if \ :option:`ARM ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_SAMD20 ` - \ :option:`SOC_SERIES_SAMD21 ` - \ :option:`SOC_SERIES_KINETIS_KL2X ` - \ :option:`SOC_SERIES_EFM32HG ` - \ :option:`SOC_SERIES_STM32L0X ` - \ :option:`SOC_PSOC6_M0 ` - \ :option:`SOC_MKL25Z4 ` - \ :option:`SOC_MKW40Z4 ` - \ :option:`SOC_MKW41Z4 ` - \ :option:`SOC_LPC54114_M0 ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arm/core/cortex_m/Kconfig:23`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:15`` → ``arch/arm/Kconfig:13`` → ``arch/arm/core/Kconfig:166`` Menu path: (top menu) → ARM Options .. parsed-literal:: config CPU_CORTEX_M0PLUS bool select \ :option:`CPU_CORTEX_M ` if \ :option:`ARM ` select \ :option:`ARMV6_M_ARMV8_M_BASELINE ` if \ :option:`ARM ` depends on \ :option:`ARM ` help This option signifies the use of a Cortex-M0+ CPU *(Definitions include propagated dependencies, including from if's and menus.)*