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

CONFIG_ARM

(No prompt – not directly user assignable.)

Type: bool

Help

ARM architecture

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At arch/Kconfig:28

Included via Kconfig:8Kconfig.zephyr:39

Menu path: (Top)

config ARM
    bool
    select ARCH_IS_SET
    select ARCH_SUPPORTS_COREDUMP if CPU_CORTEX_M
    select HAS_DTS
    select GEN_PRIV_STACKS
    select ARCH_HAS_THREAD_LOCAL_STORAGE if CPU_CORTEX_R || CPU_CORTEX_M
    help
      ARM architecture

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)