aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_BGA1284
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_BGA1284')
-rw-r--r--src/cpu/intel/socket_BGA1284/Kconfig11
-rw-r--r--src/cpu/intel/socket_BGA1284/Makefile.inc7
2 files changed, 18 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_BGA1284/Kconfig b/src/cpu/intel/socket_BGA1284/Kconfig
new file mode 100644
index 0000000000..402dc5c60c
--- /dev/null
+++ b/src/cpu/intel/socket_BGA1284/Kconfig
@@ -0,0 +1,11 @@
+config CPU_INTEL_SOCKET_BGA1284
+ bool
+
+if CPU_INTEL_SOCKET_BGA1284
+
+config SOCKET_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select MMX
+ select SSE
+
+endif
diff --git a/src/cpu/intel/socket_BGA1284/Makefile.inc b/src/cpu/intel/socket_BGA1284/Makefile.inc
new file mode 100644
index 0000000000..539f285d92
--- /dev/null
+++ b/src/cpu/intel/socket_BGA1284/Makefile.inc
@@ -0,0 +1,7 @@
+subdirs-y += ../../x86/tsc
+subdirs-y += ../../x86/mtrr
+subdirs-y += ../../x86/lapic
+subdirs-y += ../../x86/cache
+subdirs-y += ../../x86/smm
+subdirs-y += ../microcode
+subdirs-y += ../turbo