There's no reason to restrict FIT to ARM. In preparation for adding fuzzing infrastructure for FIT images, allow its selection on other architectures as well. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Kconfig b/common/Kconfig index 67cbbf5197da..a00bfcf332e5 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -650,7 +650,7 @@ config BOOTM_FITIMAGE bool prompt "FIT image support" select FITIMAGE - depends on BOOTM && ARM + depends on BOOTM help Support using Flattened Image Tree (FIT) images. FIT is an image format introduced by U-Boot. A FIT image contains one or multiple -- 2.39.2