diff mbox series

[4/5] ARM: gemini_config: enable sl3516-ce crypto

Message ID 20210518151655.125153-5-clabbe@baylibre.com
State Superseded
Headers show
Series crypto: add gemini/sl3516 crypto driver | expand

Commit Message

Corentin Labbe May 18, 2021, 3:16 p.m. UTC
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(+)

Comments

Linus Walleij May 18, 2021, 9:44 p.m. UTC | #1
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 mbox series

Patch

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