summaryrefslogtreecommitdiff
path: root/payloads/external/depthcharge/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2016-12-22 20:25:29 -0500
committerMartin Roth <martinroth@google.com>2017-02-01 21:14:29 +0100
commitfc18507134bfe2cb9add3f1196832318cd8adcdc (patch)
tree273ad995e81217c28cb8b412ab3b56a7b484ee3e /payloads/external/depthcharge/Kconfig
parent9be3f5dab46dd6997dc98203022b60241cf3d1c8 (diff)
downloadcoreboot-fc18507134bfe2cb9add3f1196832318cd8adcdc.tar.xz
payloads/depthcharge: Allow generic libpayload config
Change depthcharge to not require a board-specific config file for libpayload. If the Kconfig option is selected, use the settings in libpayload/configs/defconfig instead. Change-Id: I4fd1a5915472f28e757c62f3f2415716f1fdfc71 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/18271 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads/external/depthcharge/Kconfig')
-rw-r--r--payloads/external/depthcharge/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/payloads/external/depthcharge/Kconfig b/payloads/external/depthcharge/Kconfig
index d6ce5388ef..a913c7e1d2 100644
--- a/payloads/external/depthcharge/Kconfig
+++ b/payloads/external/depthcharge/Kconfig
@@ -35,4 +35,12 @@ config PAYLOAD_FILE
string
default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf"
+config LP_DEFCONFIG_OVERRIDE
+ def_bool n
+ help
+ The Depthcharge makefile looks for a file config.<boardname> in the
+ libpayload/configs directory. Say Y here to use the file defconfig
+ instead. This is can be a convenience for development purposes, or
+ if the defaults in defconfig are sufficient for your system.
+
endif