Skip to content

Commit f3d11cc

Browse files
carlocaionenashif
authored andcommitted
aarch64: userspace: Enable userspace
Add ARCH_HAS_USERSPACE to enable userspace. Signed-off-by: Carlo Caione <[email protected]>
1 parent 2936998 commit f3d11cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/core/aarch64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ config ARMV8_A
8282
bool
8383
select ATOMIC_OPERATIONS_BUILTIN
8484
select CPU_HAS_MMU
85+
select ARCH_HAS_USERSPACE if ARM_MMU
8586
help
8687
This option signifies the use of an ARMv8-A processor
8788
implementation.

0 commit comments

Comments
 (0)