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
This commit is contained in:
Myles Watson 2009-10-09 17:39:35 +00:00
commit e7bbb50ba0
99 changed files with 4 additions and 133 deletions

View file

@ -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