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

ARM architecture

Type: bool

Direct dependencies

<choice: Architecture>

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

Kconfig definition

At arch/Kconfig:25

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → Architecture

config ARM
    bool
    prompt "ARM architecture" if <choice: Architecture>
    select ARCH_HAS_THREAD_ABORT if <choice: Architecture>
    select HAS_DTS if <choice: Architecture>
    depends on <choice: Architecture>

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