From e11d0146b8f2e5a2fdd28b088788786dd96bac7a Mon Sep 17 00:00:00 2001 From: Jan Sondhauss Date: Fri, 28 Nov 2025 11:56:24 +0100 Subject: [PATCH] arm: configs: am3xxx_pfc_generic: enable vdso VDSO allows to avoid syscalls when getting the timeofday aka posix clock_gettime Signed-off-by: Jan Sondhauss --- arch/arm/configs/am3xxx_pfc_generic_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/am3xxx_pfc_generic_defconfig b/arch/arm/configs/am3xxx_pfc_generic_defconfig index c29a9383002e..fd571f59cd82 100644 --- a/arch/arm/configs/am3xxx_pfc_generic_defconfig +++ b/arch/arm/configs/am3xxx_pfc_generic_defconfig @@ -32,6 +32,7 @@ CONFIG_WAGO_SYSTEM_BASED_STARTUP=y # CONFIG_SOC_TI81XX is not set CONFIG_ARM_THUMBEE=y CONFIG_SWP_EMULATE=y +CONFIG_VDSO=y CONFIG_ARCH_FORCE_MAX_ORDER=12 CONFIG_UACCESS_WITH_MEMCPY=y # CONFIG_ATAGS is not set