From e2c399c056e9e3fe300bab868ef9a2a85f09aec9 Mon Sep 17 00:00:00 2001 From: David Leach Date: Thu, 13 Jun 2024 22:40:44 -0500 Subject: [PATCH] drivers: apic_tsc: revert add dependency of DYNAMIC_INTERRUPTS PR #74127 introduced a dependency loop that appeared to not be caught by CI. Signed-off-by: David Leach --- drivers/timer/Kconfig.x86 | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/timer/Kconfig.x86 b/drivers/timer/Kconfig.x86 index c0ff7b1f2b597..436439838f6eb 100644 --- a/drivers/timer/Kconfig.x86 +++ b/drivers/timer/Kconfig.x86 @@ -54,7 +54,6 @@ config APIC_TSC_DEADLINE_TIMER config APIC_TIMER_TSC bool "Local APIC timer using TSC time source" depends on !SMP - depends on DYNAMIC_INTERRUPTS select LOAPIC select TICKLESS_CAPABLE select TIMER_HAS_64BIT_CYCLE_COUNTER