FITIMAGE_SIGNATURE adds references to symbols that are only defined when CRYPTO_BUILTIN_KEYS is defined. Fix this by adding the missing select. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Kconfig b/common/Kconfig index aca44ff28b36..859356038386 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -63,6 +63,7 @@ config FITIMAGE config FITIMAGE_SIGNATURE bool + select CRYPTO_BUILTIN_KEYS config LOGBUF bool -- 2.39.5