summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/slot_1/Kconfig
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-07-21 07:38:54 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-08-04 03:00:25 +0000
commit86f4f2fb34aa4a25f79ebca59b3cd6eea3e89c72 (patch)
tree110a54d6ecfc9ffc83fa18eb207ed239f9dcafa1 /src/cpu/intel/slot_1/Kconfig
parent33201ab49f8a37d8a7a06d7c1c88b4bc243545d6 (diff)
downloadcoreboot-86f4f2fb34aa4a25f79ebca59b3cd6eea3e89c72.tar.gz
coreboot-86f4f2fb34aa4a25f79ebca59b3cd6eea3e89c72.tar.bz2
coreboot-86f4f2fb34aa4a25f79ebca59b3cd6eea3e89c72.zip
cpu: Get rid of CPU_SPECIFIC_OPTIONS
Remove dummy CPU_SPECIFIC_OPTIONS. Change-Id: I267b2a7c6dfc887b572e1b63b0f59fbfa4d20f0e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76681 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/intel/slot_1/Kconfig')
-rw-r--r--src/cpu/intel/slot_1/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cpu/intel/slot_1/Kconfig b/src/cpu/intel/slot_1/Kconfig
index c30e0664447b..4ba87470120b 100644
--- a/src/cpu/intel/slot_1/Kconfig
+++ b/src/cpu/intel/slot_1/Kconfig
@@ -2,11 +2,6 @@
config CPU_INTEL_SLOT_1
bool
-
-if CPU_INTEL_SLOT_1
-
-config SLOT_SPECIFIC_OPTIONS
- def_bool y
select CPU_INTEL_MODEL_65X
select CPU_INTEL_MODEL_67X
select CPU_INTEL_MODEL_68X
@@ -19,6 +14,8 @@ config SLOT_SPECIFIC_OPTIONS
select SETUP_XIP_CACHE
select RESERVE_MTRRS_FOR_OS
+if CPU_INTEL_SLOT_1
+
config DCACHE_RAM_BASE
hex
default 0xfefc0000