Skip to content

Commit d45605e

Browse files
committed
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 <david.leach@nxp.com>
1 parent af6d790 commit d45605e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/timer/Kconfig.x86

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ config APIC_TSC_DEADLINE_TIMER
5454
config APIC_TIMER_TSC
5555
bool "Local APIC timer using TSC time source"
5656
depends on !SMP
57-
depends on DYNAMIC_INTERRUPTS
5857
select LOAPIC
5958
select TICKLESS_CAPABLE
6059
select TIMER_HAS_64BIT_CYCLE_COUNTER

0 commit comments

Comments
 (0)