-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/arch/arm/core/aarch32/Kconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:42
Menu path: (Top) → ARM Options
config CPU_CORTEX_R bool selectCPU_CORTEX
selectHAS_CMSIS_CORE
selectHAS_FLASH_LOAD_OFFSET
depends on !ARM64
&&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.)