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 <david.c.hubbard+coreboot@gmail.com>
Reviewed-on: http://review.coreboot.org/3178
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
This commit is contained in:
David Hubbard 2013-05-02 18:06:03 -06:00 committed by Stefan Reinauer
parent 3f39cd2920
commit 825c78b5da
3 changed files with 1 additions and 2 deletions

View File

@ -21,6 +21,7 @@ config CPU_AMD_AGESA_FAMILY15_TN
bool bool
select PCI_IO_CFG_EXT select PCI_IO_CFG_EXT
select X86_AMD_FIXED_MTRRS select X86_AMD_FIXED_MTRRS
select UDELAY_LAPIC
config CPU_ADDR_BITS config CPU_ADDR_BITS
int int

View File

@ -39,7 +39,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select SUPERIO_SMSC_LPC47N217 select SUPERIO_SMSC_LPC47N217
select BOARD_ROMSIZE_KB_4096 select BOARD_ROMSIZE_KB_4096
select GFXUMA select GFXUMA
select UDELAY_LAPIC
config MAINBOARD_DIR config MAINBOARD_DIR
string string

View File

@ -40,7 +40,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select SUPERIO_ITE_IT8712F select SUPERIO_ITE_IT8712F
select BOARD_ROMSIZE_KB_8192 select BOARD_ROMSIZE_KB_8192
select GFXUMA select GFXUMA
select UDELAY_LAPIC
choice choice
prompt "DDR3 memory voltage" prompt "DDR3 memory voltage"