From 0e9a92545d0be44487f9bc5ad6ab26af5badf125 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 6 Oct 2009 20:48:07 +0000 Subject: 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 Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/cpu/Kconfig') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 54b0175882..ebe5dec07f 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -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 -- cgit v1.2.3