aarch64: userspace: Enable userspace

Add ARCH_HAS_USERSPACE to enable userspace.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2020-11-26 13:22:08 +01:00 committed by Anas Nashif
commit f3d11cccf4

View file

@ -82,6 +82,7 @@ config ARMV8_A
bool bool
select ATOMIC_OPERATIONS_BUILTIN select ATOMIC_OPERATIONS_BUILTIN
select CPU_HAS_MMU select CPU_HAS_MMU
select ARCH_HAS_USERSPACE if ARM_MMU
help help
This option signifies the use of an ARMv8-A processor This option signifies the use of an ARMv8-A processor
implementation. implementation.