summaryrefslogtreecommitdiffstats
path: root/payloads/external/skiboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/skiboot/Kconfig')
-rw-r--r--payloads/external/skiboot/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/payloads/external/skiboot/Kconfig b/payloads/external/skiboot/Kconfig
new file mode 100644
index 000000000000..3198358ecbae
--- /dev/null
+++ b/payloads/external/skiboot/Kconfig
@@ -0,0 +1,21 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+if PAYLOAD_SKIBOOT
+
+config PAYLOAD_FILE
+ default "payloads/external/skiboot/build/skiboot.elf"
+
+config SKIBOOT_GIT_REPO
+ string "Git repository of skiboot payload"
+ default "https://github.com/open-power/skiboot"
+ help
+ Git repository which will be used to clone skiboot.
+
+config SKIBOOT_REVISION
+ string "Revision of skiboot payload"
+ default "d93ddbd39b4eeac0bc11dacbdadea76df2996c13" if BOARD_EMULATION_QEMU_POWER9
+ help
+ Revision, that skiboot repository will be checked out to, before building
+ an image.
+
+endif # PAYLOAD_SKIBOOT