diff options
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r-- | payloads/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index 8e05df3ae7..c7a7ba6e1d 100644 --- a/payloads/Kconfig +++ b/payloads/Kconfig @@ -30,6 +30,7 @@ config PAYLOAD_ELF config PAYLOAD_FIT bool "A FIT payload" + depends on ARCH_ARM64 select PAYLOAD_FIT_SUPPORT help Select this option if you have a payload image (a FIT file) which @@ -41,6 +42,7 @@ config PAYLOAD_FIT config PAYLOAD_BAYOU bool "Bayou" + depends on ARCH_X86 help Select this option if you want to set bayou as your primary payload. |