diff options
Diffstat (limited to 'src/mainboard/asus/p2b-ds/Kconfig')
-rw-r--r-- | src/mainboard/asus/p2b-ds/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b-ds/Kconfig b/src/mainboard/asus/p2b-ds/Kconfig index 5bc98705bb..1c2626b399 100644 --- a/src/mainboard/asus/p2b-ds/Kconfig +++ b/src/mainboard/asus/p2b-ds/Kconfig @@ -29,7 +29,8 @@ config BOARD_ASUS_P2B_DS select HAVE_MP_TABLE select SMP select IOAPIC - select UDELAY_IO + select UDELAY_TSC + select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 config MAINBOARD_DIR string |