summaryrefslogtreecommitdiff
path: root/src/config/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r--src/config/Options.lb16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 35a3151b52..370eba21c8 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -503,6 +503,11 @@ define CONFIG_MAX_CPUS
export always
comment "Maximum CPU count for this machine"
end
+define CONFIG_MAX_PHYSICAL_CPUS
+ default 1
+ export always
+ comment "Maximum physical CPU count for this machine"
+end
define CONFIG_LOGICAL_CPUS
default 0
export always
@@ -513,6 +518,11 @@ define HAVE_MP_TABLE
export used
comment "Define to build an MP table"
end
+define SERIAL_CPU_INIT
+ default 1
+ export always
+ comment "Serialize CPU init"
+end
###############################################
# Boot options
@@ -769,6 +779,12 @@ define CK804_DEVN_BASE
comment "CK804 device count from 0 or 1"
end
+define K8_E0_MEM_HOLE_SIZEK
+ default 0
+ export always
+ comment "Opteron E0 later memory hole size in K"
+end
+
define CONFIG_PCI_ROM_RUN
default 0
export always