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
This commit is contained in:
Patrick Georgi
2010-01-25 15:17:11 +00:00
parent 3e4a0b87c8
commit e8d943f266
10 changed files with 46 additions and 43 deletions

View File

@ -6,3 +6,7 @@ config UDELAY_IO
default n
depends on CPU_AMD_SC520
config HAVE_INIT_TIMER
bool
default n
depends on CPU_AMD_SC520

View File

@ -21,3 +21,4 @@
config CPU_INTEL_SOCKET_PGA370
bool
select MMX
select UDELAY_TSC

View File

@ -5,3 +5,4 @@ config CPU_INTEL_SOCKET_MPGA604
select CPU_INTEL_MODEL_F4X
select MMX
select SSE
select UDELAY_TSC

View File

@ -1,2 +1,3 @@
config CPU_VIA_C3
bool
select UDELAY_TSC