aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 95afbe1acc..92bdf113da 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -536,13 +536,6 @@ config FILO_MASTER
Newest FILO version
endchoice
-config TIANOCORE_FILE
- string "Tianocore FILE"
- depends on PAYLOAD_TIANOCORE
- default "COREBOOT.FD"
- help
- The result of a corebootPkg build
-
config PAYLOAD_FILE
string "Payload path and filename"
depends on PAYLOAD_ELF
@@ -558,6 +551,13 @@ config PAYLOAD_FILE
depends on PAYLOAD_FILO
default "payloads/external/FILO/filo/build/filo.elf"
+config PAYLOAD_FILE
+ string "Tianocore firmware volume"
+ depends on PAYLOAD_TIANOCORE
+ default "COREBOOT.fd"
+ help
+ The result of a corebootPkg build
+
# TODO: Defined if no payload? Breaks build?
config COMPRESSED_PAYLOAD_LZMA
bool "Use LZMA compression for payloads"