diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-14 12:23:18 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-06-16 14:49:55 +0000 |
commit | 2ec084fffdd93ae2297ae22562d85dd7494d53ad (patch) | |
tree | 520981dbc190f0669748421bd0cd4d98739383f6 /src/soc | |
parent | dbdd528ffdd4748d5cb51dfa09217248c7919904 (diff) |
cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`
This option is valid for Broadwell as well as Haswell.
Change-Id: I4f1e9663806bae279f6aca36f09a0c989c12e507
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55491
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/broadwell/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 6979e2ac82..fbd7aea26b 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -9,7 +9,6 @@ config SOC_SPECIFIC_OPTIONS def_bool y select CACHE_MRC_SETTINGS select CPU_INTEL_HASWELL - select HAVE_DISPLAY_MTRRS select INTEL_GMA_ACPI select MRC_SETTINGS_PROTECT select REG_SCRIPT |