aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index acb9bb5d0a..85e83d428e 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -61,11 +61,4 @@ config SSE2
streaming SIMD instructions. Some parts of coreboot can be built
with more efficient code if SSE2 instructions are available.
-config VAR_MTRR_HOLE
- bool
- default y
- help
- Unset this if you don't want the MTRR code to use
- subtractive MTRRs
-
endif # ARCH_X86