:orphan: .. title:: CONFIG_CPU_CORTEX_M0PLUS .. kconfig:: CONFIG_CPU_CORTEX_M0PLUS CONFIG_CPU_CORTEX_M0PLUS ######################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of a Cortex-M0+ CPU Direct dependencies =================== \ :kconfig:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M ` - \ :kconfig:`ARMV6_M_ARMV8_M_BASELINE ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_SAMD20 ` - \ :kconfig:`SOC_SERIES_SAMD21 ` - \ :kconfig:`SOC_SERIES_SAMR21 ` - \ :kconfig:`SOC_SERIES_KINETIS_KL2X ` - \ :kconfig:`SOC_SERIES_LPC11U6X ` - \ :kconfig:`SOC_SERIES_EFM32HG ` - \ :kconfig:`SOC_SERIES_STM32G0X ` - \ :kconfig:`SOC_SERIES_STM32L0X ` - \ :kconfig:`SOC_SERIES_SAMD20 ` - \ :kconfig:`SOC_SERIES_SAMD21 ` - \ :kconfig:`SOC_SERIES_SAMR21 ` - \ :kconfig:`SOC_SERIES_KINETIS_KL2X ` - \ :kconfig:`SOC_SERIES_LPC11U6X ` - \ :kconfig:`SOC_SERIES_EFM32HG ` - \ :kconfig:`SOC_SERIES_STM32G0X ` - \ :kconfig:`SOC_SERIES_STM32L0X ` - \ :kconfig:`SOC_PSOC6_M0 ` - \ :kconfig:`SOC_MKL25Z4 ` - \ :kconfig:`SOC_MKW40Z4 ` - \ :kconfig:`SOC_MKW41Z4 ` - \ :kconfig:`SOC_LPC54114_M0 ` - \ :kconfig:`SOC_PSOC6_M0 ` - \ :kconfig:`SOC_MKL25Z4 ` - \ :kconfig:`SOC_MKW40Z4 ` - \ :kconfig:`SOC_MKW41Z4 ` - \ :kconfig:`SOC_LPC54114_M0 ` Kconfig definition ================== At ``/arm/core/aarch32/cortex_m/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` → ``/arm/core/aarch32/Kconfig:294`` Menu path: (Top) → ARM Options .. code-block:: kconfig config CPU_CORTEX_M0PLUS bool select CPU_CORTEX_M select ARMV6_M_ARMV8_M_BASELINE depends on ARM help This option signifies the use of a Cortex-M0+ CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*