From 99950c2192c93cdb19a5c49be09f8cba63ccf383 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Oct 2009 22:25:21 +0000 Subject: Use select UDELAY_TSC select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 for all 440BX and i810 boards as per Options.lb. The UDELAY_IO / TSC / LAPIC / HPET setup will probably be checked and improved later when the kconfig transition is done. For now we keep the same values as in Options.lb. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4729 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/p2b-ds/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/asus/p2b-ds') 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 -- cgit v1.2.3