aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Vagin <[email protected]>2020-06-24 01:33:21 -0700
committerCatalin Marinas <[email protected]>2020-07-24 18:06:52 +0100
commit9614cc576d76a7449cd51b60ef81fd0ce19ee694 (patch)
tree573de592a161dd3c7090472cd70929e3cce12ba3
parentbcf996434240c611f0fdab2c18cd75dd59cfa3c2 (diff)
arm64: enable time namespace support
CONFIG_TIME_NS is dependes on GENERIC_VDSO_TIME_NS. Signed-off-by: Andrei Vagin <[email protected]> Reviewed-by: Vincenzo Frascino <[email protected]> Reviewed-by: Dmitry Safonov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 66dc41fd49f2..87255f02ec5b 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -118,6 +118,7 @@ config ARM64
select GENERIC_STRNLEN_USER
select GENERIC_TIME_VSYSCALL
select GENERIC_GETTIMEOFDAY
+ select GENERIC_VDSO_TIME_NS
select HANDLE_DOMAIN_IRQ
select HARDIRQS_SW_RESEND
select HAVE_PCI