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:
parent
b1f2eb9a11
commit
af6d790d0e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue