CONFIG_SOC_SERIES_BEETLE

ARM Beetle MCU Series

Type: bool

Help

Enable support for Beetle MCU Series

Direct dependencies

ARM && <choice: ARM SoC Selection>

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:14arch/arm/soc/arm/Kconfig.soc:8

Menu path: (top menu) → ARM SoC Selection

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

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