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>
This commit is contained in:
parent
af6d790d0e
commit
d45605e6a3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue