payload: Only display `FIT support` on ARM64 platforms

Change-Id: Ided1cc22173342fa751b84db5f08a5cf7408941d
Signed-off-by: Xiang Wang <wxjstz@126.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32056
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Xiang Wang 2019-03-26 12:36:03 +08:00 committed by Patrick Georgi
parent 0aa1f9e905
commit 9d4a169532
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ config PAYLOAD_FIT_SUPPORT
bool "FIT support"
default n
default y if PAYLOAD_LINUX && (ARCH_ARM || ARCH_ARM64)
depends on ARCH_ARM64
select FLATTENED_DEVICE_TREE
help
Select this option if your payload is of type FIT.