[PATCH 3/3] FIT: add dependency on CRYPTO_BUILTIN_KEYS for signature verification

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux