summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/socket_LGA775
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-10-23 00:06:28 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-10-26 17:43:29 +0000
commit8290f4c3d7c23002dfd49a2ebb5a225e3e9038ad (patch)
treea9dc71bb06ca92c863251e210b184244023add00 /src/cpu/intel/socket_LGA775
parent965b05adafe3384c3a2a74d642b3e95c00814668 (diff)
downloadcoreboot-8290f4c3d7c23002dfd49a2ebb5a225e3e9038ad.tar.gz
coreboot-8290f4c3d7c23002dfd49a2ebb5a225e3e9038ad.tar.bz2
coreboot-8290f4c3d7c23002dfd49a2ebb5a225e3e9038ad.zip
cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER
Move the selection of CPU_X86_CACHE_HELPER to the Kconfig file of the CPU models which call the x86_enable_cache function that gets added to the build by selecting this option. Change-Id: Ie75682f5d20a79fc2f3aab9b8a2c3ccf79d1ad5c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/cpu/intel/socket_LGA775')
-rw-r--r--src/cpu/intel/socket_LGA775/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/socket_LGA775/Kconfig b/src/cpu/intel/socket_LGA775/Kconfig
index f162599e77ee..0848d2648e69 100644
--- a/src/cpu/intel/socket_LGA775/Kconfig
+++ b/src/cpu/intel/socket_LGA775/Kconfig
@@ -11,7 +11,6 @@ config SOCKET_SPECIFIC_OPTIONS
# select CPU_INTEL_MODEL_F6X
# select CPU_INTEL_MODEL_1066X
select CPU_INTEL_MODEL_1067X
- select CPU_X86_CACHE_HELPER
select MMX
select SSE
select SIPI_VECTOR_IN_ROM