aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2017-12-15 12:54:13 -0700
committerAaron Durbin <adurbin@chromium.org>2017-12-17 18:29:18 +0000
commit6760d2de300615ab24dd0560d908dc46f6fe30c7 (patch)
treedbcace439ae730ebecf5cb97f09e6d1c14df28c5 /src/soc/intel/broadwell/Kconfig
parentb4de9ec677f62127e9d5a054232a3ad353fe6aff (diff)
soc/intel/broadwell: remove CACHE_MRC_SETTINGS option
The CPU_SPECIFIC_OPTIONS already auto-selects the option. There's no point in having a selectable option that is already selected. There's already an option to select it within intel/common. BUG=b:69614064 Change-Id: I0c7ce7d3f344668587a75ec683343559a4caea99 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/22906 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/broadwell/Kconfig')
-rw-r--r--src/soc/intel/broadwell/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 9d6f978a67..35cf12983f 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -140,10 +140,6 @@ config MRC_BIN_ADDRESS
hex
default 0xfffa0000
-config CACHE_MRC_SETTINGS
- bool "Save cached MRC settings"
- default y
-
endif # HAVE_MRC
config PRE_GRAPHICS_DELAY