diff options
Diffstat (limited to 'payloads/external/depthcharge/Kconfig')
-rw-r--r-- | payloads/external/depthcharge/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/payloads/external/depthcharge/Kconfig b/payloads/external/depthcharge/Kconfig index c531aa05b8..86b20abcaf 100644 --- a/payloads/external/depthcharge/Kconfig +++ b/payloads/external/depthcharge/Kconfig @@ -26,6 +26,18 @@ config DEPTHCHARGE_REVISION endchoice +config DEPTHCHARGE_REPO + string "depthcharge repo site" + default "https://chromium.googlesource.com/chromiumos/platform/depthcharge" + help + repo site + +config DEPTHCHARGE_BRANCH + string "branch from the depthcharge repo" + default "origin/main" + help + repo branch name + config DEPTHCHARGE_REVISION_ID string "Insert a commit's SHA-1 or a branch name" depends on DEPTHCHARGE_REVISION |