From 2f529f9b558ca1c1bd74be7437a84e4711743404 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 01 Nov 2024 02:11:33 +0000 Subject: [PATCH] add xenomai --- kernel/lib/vdso/Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/kernel/lib/vdso/Kconfig b/kernel/lib/vdso/Kconfig index d883ac2..7b327e1 100644 --- a/kernel/lib/vdso/Kconfig +++ b/kernel/lib/vdso/Kconfig @@ -30,4 +30,12 @@ Selected by architectures which support time namespaces in the VDSO +config GENERIC_CLOCKSOURCE_VDSO + depends on ARM || ARM64 + select CLKSRC_MMIO + bool + help + Enables access to clocksources via the vDSO based on + generic MMIO operations. + endif -- Gitblit v1.6.2