summaryrefslogtreecommitdiffstats
path: root/src/drivers/mrc_cache
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-12-18 17:05:14 +0100
committerArthur Heymans <arthur@aheymans.xyz>2017-12-24 14:02:22 +0000
commit6ab3edac3ce9e1ae5f5e28f506658402a64ef750 (patch)
treefbfd0d66ede19b6f6097b822f774f0ec4cd75ac0 /src/drivers/mrc_cache
parenta5bb716b181d53d37cb9c2942f5780ce6f3dfb77 (diff)
downloadcoreboot-6ab3edac3ce9e1ae5f5e28f506658402a64ef750.tar.gz
coreboot-6ab3edac3ce9e1ae5f5e28f506658402a64ef750.tar.bz2
coreboot-6ab3edac3ce9e1ae5f5e28f506658402a64ef750.zip
drivers/mrc_cache: Make CACHE_MRC_SETTINGS not selectable
Don't allow the user to select this manually, since it doesn't build on platforms that don't use it. Don't set the bool value so that it doesn't show as not selected in the .config file of platforms that don't use this. Change-Id: Icf026a297204868d485be270ccee7e0bec0ac73b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/22933 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/mrc_cache')
-rw-r--r--src/drivers/mrc_cache/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig
index 3e0bdda2be71..93ae6c6bf316 100644
--- a/src/drivers/mrc_cache/Kconfig
+++ b/src/drivers/mrc_cache/Kconfig
@@ -1,6 +1,7 @@
config CACHE_MRC_SETTINGS
- bool "Save cached MRC settings"
- default n
+ bool
+ help
+ Save cached MRC settings
if CACHE_MRC_SETTINGS