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

CONFIG_CPU_CORTEX_R

(No prompt – not directly user assignable.)

Type: bool

Help

This option signifies the use of a CPU of the Cortex-R family.

Direct dependencies

ARM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At arch/arm/core/aarch32/Kconfig:28

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12arch/arm/Kconfig:57

Menu path: (Top) → ARM Options

config CPU_CORTEX_R
    bool
    select CPU_CORTEX
    select HAS_CMSIS_CORE
    select ARCH_HAS_NESTED_EXCEPTION_DETECTION
    select HAS_FLASH_LOAD_OFFSET
    select ARCH_HAS_USERSPACE if ARM_MPU
    select ARCH_HAS_EXTRA_EXCEPTION_INFO
    depends on ARM
    help
      This option signifies the use of a CPU of the Cortex-R family.

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