Various fixes to Kconfig: All kconfig-boards should have a
complete set of variables now, though they might still have the wrong values. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -21,6 +21,10 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE
|
||||
hex
|
||||
default 0
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
||||
config SMP
|
||||
bool
|
||||
default y if MAX_CPUS != 1
|
||||
@ -39,3 +43,10 @@ config SSE
|
||||
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
|
||||
default y
|
||||
help
|
||||
Unset this if you don't want the MTRR code to use
|
||||
subtractive MTRRs
|
||||
|
@ -1,5 +1,5 @@
|
||||
config CPU_INTEL_CORE2
|
||||
bool
|
||||
default y
|
||||
default n
|
||||
select SMP
|
||||
select HAVE_MOVNTI
|
||||
|
@ -6,6 +6,14 @@ config WAIT_BEFORE_CPUS_INIT
|
||||
bool
|
||||
default n
|
||||
|
||||
config UDELAY_IO
|
||||
bool
|
||||
default n
|
||||
|
||||
config UDELAY_LAPIC
|
||||
bool
|
||||
default n
|
||||
|
||||
config UDELAY_TSC
|
||||
bool
|
||||
default n
|
||||
|
Reference in New Issue
Block a user