The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_SERIES_BEETLE

ARM Beetle MCU Series

Type: bool

Help

Enable support for Beetle MCU Series

Direct dependencies

ARM && <choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At soc/arm/arm/beetle/Kconfig.series:9

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:6soc/arm/arm/Kconfig.soc:8

Menu path: (top menu) → SoC/CPU/Configuration Selection

config SOC_SERIES_BEETLE
    bool
    prompt "ARM Beetle MCU Series" if ARM && <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M3 if ARM && <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_ARM if ARM && <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_SYSTICK if ARM && <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_ARM_MPU if ARM && <choice: SoC/CPU/Configuration Selection>
    depends on ARM && <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for Beetle MCU Series

(Definitions include propagated dependencies, including from if’s and menus.)