Message ID | 20210518151655.125153-5-clabbe@baylibre.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: add gemini/sl3516 crypto driver | expand |
On Tue, May 18, 2021 at 5:17 PM Corentin Labbe <clabbe@baylibre.com> wrote: > Enable the crypto offloader by default. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> I'll apply this once the driver is applied to the crypto tree, I need to update the defconfig for gemini in some other regards as well. Thanks! Linus Walleij
diff --git a/arch/arm/configs/gemini_defconfig b/arch/arm/configs/gemini_defconfig index d2d5f1cf815f..3ae4b8f62b82 100644 --- a/arch/arm/configs/gemini_defconfig +++ b/arch/arm/configs/gemini_defconfig @@ -100,3 +100,4 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_DEBUG_FS=y +CONFIG_CRYPTO_DEV_SL3516=y
Enable the crypto offloader by default. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- arch/arm/configs/gemini_defconfig | 1 + 1 file changed, 1 insertion(+)