summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-13 13:48:20 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-13 13:48:20 +0000
commit1f10de6cab6e00189621b9b60f1e4640497bd805 (patch)
tree0d8a9220e8be475b8f60664d49afe023e38961a7 /src/cpu/intel
parent79253841a7b72351346755fea0c9d89b2426f81a (diff)
downloadcoreboot-1f10de6cab6e00189621b9b60f1e4640497bd805.tar.gz
coreboot-1f10de6cab6e00189621b9b60f1e4640497bd805.tar.bz2
coreboot-1f10de6cab6e00189621b9b60f1e4640497bd805.zip
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
mention it explicitly. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig2
-rw-r--r--src/cpu/intel/model_6ex/Kconfig2
-rw-r--r--src/cpu/intel/model_6fx/Kconfig2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index 03428169c412..34092ce20c60 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -2,3 +2,5 @@ config CPU_INTEL_ATOM_230
bool
select SMP
select SSE2
+ select UDELAY_LAPIC
+ select AP_IN_SIPI_WAIT
diff --git a/src/cpu/intel/model_6ex/Kconfig b/src/cpu/intel/model_6ex/Kconfig
index eda747313815..89005b818d77 100644
--- a/src/cpu/intel/model_6ex/Kconfig
+++ b/src/cpu/intel/model_6ex/Kconfig
@@ -2,3 +2,5 @@ config CPU_INTEL_CORE
bool
select SMP
select SSE2
+ select UDELAY_LAPIC
+ select AP_IN_SIPI_WAIT
diff --git a/src/cpu/intel/model_6fx/Kconfig b/src/cpu/intel/model_6fx/Kconfig
index 4ddba39c80da..2551057e7b32 100644
--- a/src/cpu/intel/model_6fx/Kconfig
+++ b/src/cpu/intel/model_6fx/Kconfig
@@ -2,3 +2,5 @@ config CPU_INTEL_CORE2
bool
select SMP
select SSE2
+ select UDELAY_LAPIC
+ select AP_IN_SIPI_WAIT