summaryrefslogtreecommitdiff
path: root/src/cpu/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel')
-rw-r--r--src/cpu/intel/Kconfig5
-rw-r--r--src/cpu/intel/Makefile.mk5
-rw-r--r--src/cpu/intel/socket_LGA1700/Kconfig2
-rw-r--r--src/cpu/intel/socket_LGA3647_1/Kconfig2
-rw-r--r--src/cpu/intel/socket_LGA4189/Kconfig2
-rw-r--r--src/cpu/intel/socket_LGA4677/Kconfig2
-rw-r--r--src/cpu/intel/socket_OTHER/Kconfig2
7 files changed, 20 insertions, 0 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig
index 0bbaf02182..f28bbdbb03 100644
--- a/src/cpu/intel/Kconfig
+++ b/src/cpu/intel/Kconfig
@@ -25,6 +25,11 @@ source "src/cpu/intel/socket_p/Kconfig"
source "src/cpu/intel/socket_mPGA604/Kconfig"
source "src/cpu/intel/socket_441/Kconfig"
source "src/cpu/intel/socket_LGA775/Kconfig"
+source "src/cpu/intel/socket_LGA1700/Kconfig"
+source "src/cpu/intel/socket_LGA3647_1/Kconfig"
+source "src/cpu/intel/socket_LGA4189/Kconfig"
+source "src/cpu/intel/socket_LGA4677/Kconfig"
+source "src/cpu/intel/socket_OTHER/Kconfig"
# Architecture specific features
source "src/cpu/intel/fit/Kconfig"
source "src/cpu/intel/turbo/Kconfig"
diff --git a/src/cpu/intel/Makefile.mk b/src/cpu/intel/Makefile.mk
index bc8f5375c1..77b4618663 100644
--- a/src/cpu/intel/Makefile.mk
+++ b/src/cpu/intel/Makefile.mk
@@ -17,5 +17,10 @@ subdirs-$(CONFIG_CPU_INTEL_MODEL_206AX) += model_206ax
subdirs-$(CONFIG_CPU_INTEL_HASWELL) += haswell
subdirs-$(CONFIG_CPU_INTEL_SLOT_1) += slot_1
subdirs-$(CONFIG_CPU_INTEL_SOCKET_LGA775) += socket_LGA775
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_LGA1700) += socket_LGA1700
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_LGA3647_1) += socket_LGA3647_1
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_LGA4189) += socket_LGA4189
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_LGA4677) += socket_LGA4677
+subdirs-$(CONFIG_CPU_INTEL_SOCKET_OTHER) += socket_OTHER
subdirs-y += common
diff --git a/src/cpu/intel/socket_LGA1700/Kconfig b/src/cpu/intel/socket_LGA1700/Kconfig
new file mode 100644
index 0000000000..7597a7467f
--- /dev/null
+++ b/src/cpu/intel/socket_LGA1700/Kconfig
@@ -0,0 +1,2 @@
+config CPU_INTEL_SOCKET_LGA1700
+ bool
diff --git a/src/cpu/intel/socket_LGA3647_1/Kconfig b/src/cpu/intel/socket_LGA3647_1/Kconfig
new file mode 100644
index 0000000000..a4d3e59653
--- /dev/null
+++ b/src/cpu/intel/socket_LGA3647_1/Kconfig
@@ -0,0 +1,2 @@
+config CPU_INTEL_SOCKET_LGA3647_1
+ bool
diff --git a/src/cpu/intel/socket_LGA4189/Kconfig b/src/cpu/intel/socket_LGA4189/Kconfig
new file mode 100644
index 0000000000..39b8be4690
--- /dev/null
+++ b/src/cpu/intel/socket_LGA4189/Kconfig
@@ -0,0 +1,2 @@
+config CPU_INTEL_SOCKET_LGA4189
+ bool
diff --git a/src/cpu/intel/socket_LGA4677/Kconfig b/src/cpu/intel/socket_LGA4677/Kconfig
new file mode 100644
index 0000000000..321a0abf29
--- /dev/null
+++ b/src/cpu/intel/socket_LGA4677/Kconfig
@@ -0,0 +1,2 @@
+config CPU_INTEL_SOCKET_LGA4677
+ bool
diff --git a/src/cpu/intel/socket_OTHER/Kconfig b/src/cpu/intel/socket_OTHER/Kconfig
new file mode 100644
index 0000000000..b544af1436
--- /dev/null
+++ b/src/cpu/intel/socket_OTHER/Kconfig
@@ -0,0 +1,2 @@
+config CPU_INTEL_SOCKET_OTHER
+ bool