From 6ab3edac3ce9e1ae5f5e28f506658402a64ef750 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 18 Dec 2017 17:05:14 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/22933 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/drivers/mrc_cache/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/drivers/mrc_cache/Kconfig b/src/drivers/mrc_cache/Kconfig index 3e0bdda2be..93ae6c6bf3 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 -- cgit v1.2.3