From 1f10de6cab6e00189621b9b60f1e4640497bd805 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 13 Apr 2010 13:48:20 +0000 Subject: fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to mention it explicitly. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_106cx/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/intel/model_106cx') diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig index 03428169c4..34092ce20c 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 -- cgit v1.2.3