diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 15:17:11 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-25 15:17:11 +0000 |
commit | e8d943f2668ab25d98ed61cd10d68353c4915f4b (patch) | |
tree | a0c06f4fd51833e66f813a46a6d92130183deb36 /src/mainboard/msi/ms6178 | |
parent | 3e4a0b87c84f82d4187ead100666e4d966c1fa45 (diff) | |
download | coreboot-e8d943f2668ab25d98ed61cd10d68353c4915f4b.tar.xz |
Fix ACPI build on a couple of boards (now that it's active)
Fix timer handling on amd/sc520 systems
Match UDELAY_* configuration of newconfig in Kconfig
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms6178')
-rw-r--r-- | src/mainboard/msi/ms6178/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms6178/Kconfig b/src/mainboard/msi/ms6178/Kconfig index 930f27f38b..7999f0dd2f 100644 --- a/src/mainboard/msi/ms6178/Kconfig +++ b/src/mainboard/msi/ms6178/Kconfig @@ -26,7 +26,6 @@ config BOARD_MSI_MS_6178 select SOUTHBRIDGE_INTEL_I82801XX select SUPERIO_WINBOND_W83627HF select HAVE_PIRQ_TABLE - select UDELAY_IO select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR |