summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-10-22 23:54:53 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-10-26 15:38:26 +0000
commite2783daa84e16873c4ca2a4aa99e08420d7bd287 (patch)
tree6b8ab0a1e26cd068bcdd23b84ce949130b7f19a3 /src/cpu/x86/Kconfig
parent8023eabde1dd3e830ee9a34437591070e60a1a75 (diff)
cpu/x86: Introduce `CPU_X86_CACHE_HELPER`
There's no need for relative paths with Kconfig options. Change-Id: Ib9b9b29a158c34a30480aaabf6d0b23819d28427 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/+/44226 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index fb5b5413b9..bae38891ad 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -1,3 +1,9 @@
+config CPU_X86_CACHE_HELPER
+ bool
+ default n
+ help
+ Add the x86_enable_cache ramstage helper function to the build.
+
config PARALLEL_MP
def_bool y
depends on !LEGACY_SMP_INIT