diff options
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r-- | payloads/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index 2a2773a218..9304629884 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -80,13 +80,14 @@ config COMPRESSED_PAYLOAD_LZ4 endchoice config PAYLOAD_OPTIONS - string + string "Additional cbfstool options" default "" help Additional cbfstool options for the payload config PAYLOAD_IS_FLAT_BINARY - def_bool n + bool "Payload is a flat binary" + default n help Add the payload to cbfs as a flat binary type instead of as an elf payload |