aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/socket_BGA956/Kconfig4
-rw-r--r--src/cpu/intel/socket_p/Kconfig4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_BGA956/Kconfig b/src/cpu/intel/socket_BGA956/Kconfig
index eef81d570a..638653c162 100644
--- a/src/cpu/intel/socket_BGA956/Kconfig
+++ b/src/cpu/intel/socket_BGA956/Kconfig
@@ -18,4 +18,8 @@ config DCACHE_BSP_STACK_SIZE
hex
default 0x2000
+config MAX_CPUS
+ int
+ default 2
+
endif
diff --git a/src/cpu/intel/socket_p/Kconfig b/src/cpu/intel/socket_p/Kconfig
index 6ba74eea90..a7c8ab1bb8 100644
--- a/src/cpu/intel/socket_p/Kconfig
+++ b/src/cpu/intel/socket_p/Kconfig
@@ -19,4 +19,8 @@ config DCACHE_BSP_STACK_SIZE
hex
default 0x2000
+config MAX_CPUS
+ int
+ default 4
+
endif