diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-15 10:24:18 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-03-15 21:18:22 +0100 |
commit | 9125073d2af2e1c34977c9caeb5f9c5710d5b9c4 (patch) | |
tree | d959be4c96e4bdb1d6a8b69190f87da89f509a34 /payloads/external/depthcharge/Kconfig.name | |
parent | 730d47537e947eff439b33a6d3847abdd2a5a2ef (diff) | |
download | coreboot-9125073d2af2e1c34977c9caeb5f9c5710d5b9c4.tar.xz |
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)
Diffstat (limited to 'payloads/external/depthcharge/Kconfig.name')
-rw-r--r-- | payloads/external/depthcharge/Kconfig.name | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/payloads/external/depthcharge/Kconfig.name b/payloads/external/depthcharge/Kconfig.name new file mode 100644 index 0000000000..bc564ec60d --- /dev/null +++ b/payloads/external/depthcharge/Kconfig.name @@ -0,0 +1,8 @@ +config PAYLOAD_DEPTHCHARGE + bool "Depthcharge" + depends on CHROMEOS + help + Select this option if you want to build a coreboot image + with a depthcharge payload. + + See http://coreboot.org/Payloads for more information. |