summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_106cx/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-01-04 14:36:55 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-01-04 14:36:55 +0000
commitce56835a5cc2cb762ecba0d672a9d33fbfc2f7fd (patch)
tree3f034da9f5c1dd06d95c69e0cb688ecd71311367 /src/cpu/intel/model_106cx/Kconfig
parenta29fb61ff43403941161a6e3c4b4288aa237512e (diff)
downloadcoreboot-ce56835a5cc2cb762ecba0d672a9d33fbfc2f7fd.tar.gz
coreboot-ce56835a5cc2cb762ecba0d672a9d33fbfc2f7fd.tar.bz2
coreboot-ce56835a5cc2cb762ecba0d672a9d33fbfc2f7fd.zip
- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
- uncomment commented out intel socket [kconfig] - HAVE_MOVNTI is a property of the cpu [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@4996 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_106cx/Kconfig')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index 01a4f2a27340..187bcd067b7b 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -1,3 +1,4 @@
config CPU_INTEL_ATOM_230
bool
select SMP
+ select HAVE_MOVNTI