Re: [PATCH] crypto: artpec6 - remove select on non-existing CRYPTO_SHA384

2018-01-26 Thread Herbert Xu
On Wed, Jan 17, 2018 at 07:50:56PM +0100, Corentin Labbe wrote: > Since CRYPTO_SHA384 does not exists, Kconfig should not select it. > Anyway, all SHA384 stuff is in CRYPTO_SHA512 which is already selected. > > Fixes: a21eb94fc4d3i ("crypto: axis - add ARTPEC-6/7 crypto accelerator > driver") >

[PATCH] crypto: artpec6 - remove select on non-existing CRYPTO_SHA384

2018-01-17 Thread Corentin Labbe
Since CRYPTO_SHA384 does not exists, Kconfig should not select it. Anyway, all SHA384 stuff is in CRYPTO_SHA512 which is already selected. Fixes: a21eb94fc4d3i ("crypto: axis - add ARTPEC-6/7 crypto accelerator driver") Signed-off-by: Corentin Labbe ---