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/drivers/clocksource/Kconfig | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/clocksource/Kconfig b/kernel/drivers/clocksource/Kconfig index 99c6b44..ae971d3 100644 --- a/kernel/drivers/clocksource/Kconfig +++ b/kernel/drivers/clocksource/Kconfig @@ -25,6 +25,7 @@ config OMAP_DM_TIMER bool select TIMER_OF + imply GENERIC_CLOCKSOURCE_VDSO config CLKBLD_I8253 def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK @@ -58,6 +59,8 @@ config DW_APB_TIMER bool "DW APB timer driver" if COMPILE_TEST + select CLKSRC_MMIO + imply GENERIC_CLOCKSOURCE_VDSO help Enables the support for the dw_apb timer. @@ -395,6 +398,7 @@ config ARM_GLOBAL_TIMER bool "Support for the ARM global timer" if COMPILE_TEST select TIMER_OF if OF + imply GENERIC_CLOCKSOURCE_VDSO depends on ARM help This option enables support for the ARM global timer unit. @@ -444,6 +448,7 @@ config CLKSRC_EXYNOS_MCT bool "Exynos multi core timer driver" if COMPILE_TEST depends on ARM || ARM64 + imply GENERIC_CLOCKSOURCE_VDSO help Support for Multi Core Timer controller on Exynos SoCs. @@ -620,7 +625,7 @@ config CLKSRC_IMX_GPT bool "Clocksource using i.MX GPT" if COMPILE_TEST depends on (ARM || ARM64) && CLKDEV_LOOKUP - select CLKSRC_MMIO + imply GENERIC_CLOCKSOURCE_VDSO config CLKSRC_IMX_TPM bool "Clocksource using i.MX TPM" if COMPILE_TEST @@ -642,7 +647,7 @@ bool "Low power clocksource found in the LPC" if COMPILE_TEST select TIMER_OF if OF depends on HAS_IOMEM - select CLKSRC_MMIO + imply GENERIC_CLOCKSOURCE_VDSO help Enable this option to use the Low Power controller timer as clocksource. -- Gitblit v1.6.2