Skip to content

Commit 45bd3de

Browse files
Andy Rossgalak
authored andcommitted
boards/x86/acrn: Use APIC_TSC_DEADLINE_TIMER
This board got forgotten when we migrated the older APIC_TIMER users. Now the platform is SMP by default and the older driver refuses to build. Signed-off-by: Andy Ross <[email protected]>
1 parent 3da652f commit 45bd3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/x86/acrn/acrn_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CONFIG_SOC_IA32=y
44
CONFIG_BOARD_ACRN=y
55
CONFIG_PIC_DISABLE=y
66
CONFIG_LOAPIC=y
7-
CONFIG_APIC_TIMER=y
7+
CONFIG_APIC_TSC_DEADLINE_TIMER=y
88
CONFIG_X2APIC=y
99
CONFIG_CONSOLE=y
1010
CONFIG_SERIAL=y

0 commit comments

Comments
 (0)