Re: [PATCH] crypto: allwinner: add missing CRYPTO_ prefix

2021-04-09 Thread Herbert Xu
On Mon, Mar 29, 2021 at 10:12:00PM +0200, Corentin Labbe wrote: > Some CONFIG select miss CRYPTO_. > > Reported-by: Chen-Yu Tsai > Fixes: 56f6d5aee88d1 ("crypto: sun8i-ce - support hash algorithms") > Fixes: d9b45418a9177 ("crypto: sun8i-ss - support hash algorithms") > Signed-off-by: Corentin La

[PATCH] crypto: allwinner: add missing CRYPTO_ prefix

2021-03-29 Thread Corentin Labbe
Some CONFIG select miss CRYPTO_. Reported-by: Chen-Yu Tsai Fixes: 56f6d5aee88d1 ("crypto: sun8i-ce - support hash algorithms") Fixes: d9b45418a9177 ("crypto: sun8i-ss - support hash algorithms") Signed-off-by: Corentin Labbe --- drivers/crypto/allwinner/Kconfig | 14 +++--- 1 file chang