arch: arm: Enable CMSIS-Core for Cortex-R by default
This commit enables the CMSIS-Core(R) processor interface driver for the Cortex-R platforms by default. The CMSIS-Core component provides a set of standard interface functions to control the Cortex-R series processor cores and will be required by the arch port as well as other CMSIS library components (e.g. CMSIS-DSP and CMSIS-NN). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
fdd29717f5
commit
cad30e817f
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ config CPU_CORTEX_M
|
||||||
config CPU_CORTEX_R
|
config CPU_CORTEX_R
|
||||||
bool
|
bool
|
||||||
select CPU_CORTEX
|
select CPU_CORTEX
|
||||||
|
select HAS_CMSIS_CORE
|
||||||
select HAS_FLASH_LOAD_OFFSET
|
select HAS_FLASH_LOAD_OFFSET
|
||||||
help
|
help
|
||||||
This option signifies the use of a CPU of the Cortex-R family.
|
This option signifies the use of a CPU of the Cortex-R family.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue