summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
Diffstat (limited to 'payloads')
-rw-r--r--payloads/Kconfig22
1 files changed, 11 insertions, 11 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig
index ec1d40c992..49486246c6 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -103,17 +103,6 @@ config PAYLOAD_IS_FLAT_BINARY
bool
default n
-config PAYLOAD_FIT_SUPPORT
- bool "FIT support"
- default n
- default y if PAYLOAD_LINUX && (ARCH_ARM || ARCH_ARM64 || ARCH_RISCV)
- depends on ARCH_ARM64 || ARCH_RISCV || ARCH_ARM
- select FLATTENED_DEVICE_TREE
- help
- Select this option if your payload is of type FIT.
- Enables FIT parser and devicetree patching. The FIT is non
- self-extracting and needs to have a compatible compression format.
-
config COMPRESS_SECONDARY_PAYLOAD
bool "Use LZMA compression for secondary payloads"
default y
@@ -191,4 +180,15 @@ endmenu # "Secondary Payloads"
endif # !PAYLOAD_NONE
+config PAYLOAD_FIT_SUPPORT
+ bool "FIT support"
+ default n
+ default y if PAYLOAD_LINUX && (ARCH_ARM || ARCH_ARM64 || ARCH_RISCV)
+ depends on ARCH_ARM64 || ARCH_RISCV || ARCH_ARM
+ select FLATTENED_DEVICE_TREE
+ help
+ Select this option if your payload is of type FIT.
+ Enables FIT parser and devicetree patching. The FIT is non
+ self-extracting and needs to have a compatible compression format.
+
endmenu