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:
parent
0aa1f9e905
commit
9d4a169532
|
@ -100,6 +100,7 @@ config PAYLOAD_FIT_SUPPORT
|
||||||
bool "FIT support"
|
bool "FIT support"
|
||||||
default n
|
default n
|
||||||
default y if PAYLOAD_LINUX && (ARCH_ARM || ARCH_ARM64)
|
default y if PAYLOAD_LINUX && (ARCH_ARM || ARCH_ARM64)
|
||||||
|
depends on ARCH_ARM64
|
||||||
select FLATTENED_DEVICE_TREE
|
select FLATTENED_DEVICE_TREE
|
||||||
help
|
help
|
||||||
Select this option if your payload is of type FIT.
|
Select this option if your payload is of type FIT.
|
||||||
|
|
Loading…
Reference in New Issue