Re: [PATCH 14/18] Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE

2022-03-13 Thread AKASHI Takahiro
Hi Simon, On Fri, Mar 11, 2022 at 07:25:16PM -0700, Simon Glass wrote: > Hi Takahiro, > > On Mon, 28 Feb 2022 at 21:22, AKASHI Takahiro > wrote: > > > > Simon, > > > > On Mon, Feb 28, 2022 at 12:08:31PM -0700, Simon Glass wrote: > > > Add this dependency to avoid a build error if FIT_SIGNATURE

Re: [PATCH 14/18] Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE

2022-03-11 Thread Simon Glass
Hi Takahiro, On Mon, 28 Feb 2022 at 21:22, AKASHI Takahiro wrote: > > Simon, > > On Mon, Feb 28, 2022 at 12:08:31PM -0700, Simon Glass wrote: > > Add this dependency to avoid a build error if FIT_SIGNATURE is not > > enabled. > > I doubt it. > With qemu_arm64_defconfig & ASYMMETRIC_KEY_TYPE &

Re: [PATCH 14/18] Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE

2022-02-28 Thread AKASHI Takahiro
Simon, On Mon, Feb 28, 2022 at 12:08:31PM -0700, Simon Glass wrote: > Add this dependency to avoid a build error if FIT_SIGNATURE is not > enabled. I doubt it. With qemu_arm64_defconfig & ASYMMETRIC_KEY_TYPE & !FIT_SIGNATURE, I don't see any build error on 2022.04-rc2. -Takahiro Akashi >

[PATCH 14/18] Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE

2022-02-28 Thread Simon Glass
Add this dependency to avoid a build error if FIT_SIGNATURE is not enabled. Signed-off-by: Simon Glass --- lib/crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/crypto/Kconfig b/lib/crypto/Kconfig index 6369bafac0..5c6e964862 100644 --- a/lib/crypto/Kconfig +++