summaryrefslogtreecommitdiff
path: root/payloads/external/tianocore/Kconfig
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-02-23 16:55:24 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-06-09 16:58:39 +0000
commitba08c4904da084aac5042de6c22f7792d7023b10 (patch)
tree8fb343b2e048cd2827683c93b5b8ceaaf8d37e85 /payloads/external/tianocore/Kconfig
parent7a21e53cbf145ef0b3f86597013ba8967a8fed6e (diff)
payloads/tianocore: Allow custom build parameters
Currently, custom TianoCore builds are allowed, but those may need different parameters. Add a Kconfig option to specify additional parameters to be appended to build command. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com> Change-Id: I025459ae94592103b4be0c68b422100b7c649d34 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62497 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'payloads/external/tianocore/Kconfig')
-rw-r--r--payloads/external/tianocore/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig
index 2cfe9ce4f3..98ed6a89d0 100644
--- a/payloads/external/tianocore/Kconfig
+++ b/payloads/external/tianocore/Kconfig
@@ -186,4 +186,15 @@ config TIANOCORE_USE_8254_TIMER
endif
+if TIANOCORE_CUSTOM
+
+config TIANOCORE_CUSTOM_BUILD_PARAMS
+ string "TianoCore additional custom build parameters"
+ help
+ Custom TianoCore forks may have different sets of parameters passed
+ to build command. You may specify additional parameters to the custom
+ TianoCore build
+
+endif
+
endif