Browse Source

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>
pull/74282/head
David Leach 1 year ago
parent
commit
d45605e6a3
  1. 1
      drivers/timer/Kconfig.x86

1
drivers/timer/Kconfig.x86

@ -54,7 +54,6 @@ config APIC_TSC_DEADLINE_TIMER @@ -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

Loading…
Cancel
Save