diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-09 17:39:35 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-09 17:39:35 +0000 |
commit | e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23 (patch) | |
tree | 8c29ca5e518a2f065f7b352acc843f69611e18e6 /src/cpu/Kconfig | |
parent | 86bf6795c3b1b537b5de07e3a5fca9faf4bd6073 (diff) |
Remove default n statements to simplify .config and ldoptions files.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 74198994bd..4240560bff 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -30,19 +30,14 @@ config SMP default y if MAX_CPUS != 1 default n +# Set MMX and SSE in socket or model if the CPU has them. +# If all CPUs for the socket have MMX or SSE, set them there. +# These options are only needed for boards compiled with romcc. config MMX bool - default n - help - Set this in socket or model if the CPU has MMX. - If the CPUs for the socket always have MMX, set it there. config SSE bool - default n - help - Set this in socket or model if the CPU has SSE. - If the CPUs for the socket always have MX, set it there. config VAR_MTRR_HOLE bool |