payloads: Enable building depthcharge as part of the coreboot build

For CHROMEOS builds, depthcharge can be built automatically.
This dependency exists because depthcharge without vboot and subsequent
signing of the image doesn't work very well, and both are keyed to that
flag as well.

Change-Id: Id0195bd3b4e454f382782106d6512469106daac5
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/10924
Tested-by: build bot (Jenkins)
This commit is contained in:
Stefan Reinauer
2015-07-15 10:24:18 -07:00
parent 730d47537e
commit 9125073d2a
6 changed files with 98 additions and 0 deletions

7
payloads/external/depthcharge/Kconfig vendored Normal file
View File

@@ -0,0 +1,7 @@
if PAYLOAD_DEPTHCHARGE
config PAYLOAD_FILE
string
default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf"
endif