From 5942e065f8593f05328c73ac9e76e84e5624598c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 20 Jan 2016 14:59:21 -0700 Subject: Kconfig: Recommend not enabling UPDATE_IMAGE option We just had a user who spent a fair amount of time debugging a failing build due to this option being enabled. Add a little guidance that it probably shouldn't be enabled in the help text. Change-Id: I9339e442876c1fcd18ea564041c6cc1201c18ae5 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/13066 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Kconfig b/src/Kconfig index a231f0e484..4df037be2a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -309,6 +309,8 @@ config UPDATE_IMAGE is a suitable file for further processing. The bootblock will not be modified. + If unsure, select 'N' + config GENERIC_GPIO_LIB bool default n -- cgit v1.2.3