From 825c78b5da98c7155ff6be3322cdaae0e5a060e8 Mon Sep 17 00:00:00 2001 From: David Hubbard Date: Thu, 2 May 2013 18:06:03 -0600 Subject: mainboard/{asus/f2a85-m,amd/thatcher}: move UDELAY_LAPIC Stefan Reinauer suggested 'select UDELAY_LAPIC' did not belong in f2a85-m/Kconfig. It got there via copy-paste from thatcher/Kconfig so this commit removes the 'select UDELAY_LAPIC' from both and puts it in cpu/amd/agesa/family15tn/Kconfig Since f2a85-m is the only Thatcher board coreboot supports right now, this should not break any other boards. Change-Id: I811b579c31f8d259a237d3a6724ad3b17f3a6c3e Signed-off-by: David Hubbard Reviewed-on: http://review.coreboot.org/3178 Reviewed-by: Peter Stuge Tested-by: build bot (Jenkins) --- src/mainboard/amd/thatcher/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/amd/thatcher/Kconfig') diff --git a/src/mainboard/amd/thatcher/Kconfig b/src/mainboard/amd/thatcher/Kconfig index 384390c0e4..5a18e6134c 100644 --- a/src/mainboard/amd/thatcher/Kconfig +++ b/src/mainboard/amd/thatcher/Kconfig @@ -39,7 +39,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SUPERIO_SMSC_LPC47N217 select BOARD_ROMSIZE_KB_4096 select GFXUMA - select UDELAY_LAPIC config MAINBOARD_DIR string -- cgit v1.2.3