We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f079e66 commit 207926cCopy full SHA for 207926c
arch/arm64/core/Kconfig
@@ -127,6 +127,7 @@ config ARMV8_R
127
bool
128
select ATOMIC_OPERATIONS_BUILTIN
129
select SCHED_IPI_SUPPORTED if SMP
130
+ select ARCH_HAS_USERSPACE if ARM_MPU
131
help
132
This option signifies the use of an ARMv8-R processor
133
implementation.
arch/arm64/core/cortex_r/Kconfig
@@ -10,6 +10,9 @@ if CPU_HAS_MPU
10
config ARM_MPU
11
bool "ARM MPU Support"
12
select THREAD_STACK_INFO
13
+ select MPU
14
+ select SRAM_REGION_PERMISSIONS
15
+ select ARCH_MEM_DOMAIN_SYNCHRONOUS_API if USERSPACE
16
default y
17
18
MPU implements Memory Protection Unit.
0 commit comments