drivers: apic_tsc: add dependency of DYNAMIC_INTERRUPTS

The reason is that this driver needs to call the function
'irq_connect_dynamic()' which  is implemented with DYNAMIC_INTERRUPTS.

Signed-off-by: Dong Wang <dong.d.wang@intel.com>
This commit is contained in:
Dong Wang 2024-06-12 09:28:42 +08:00 committed by David Leach
parent b1f2eb9a11
commit af6d790d0e

View file

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