diff mbox series

ARM: configs: gemini: Activate crypto driver

Message ID 20211206011158.4180141-1-linus.walleij@linaro.org (mailing list archive)
State Accepted
Commit 57bcb70d7259e465978be82a3ae3b62b42b8331a
Headers show
Series ARM: configs: gemini: Activate crypto driver | expand

Commit Message

Linus Walleij Dec. 6, 2021, 1:11 a.m. UTC
This enables the SL3516 crypto driver on the Gemini platforms
where it is available, by default in the defconfig. Clean
up some noise around the crypto options while we're at it.

Cc: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: please apply this directly where applicable.
---
 arch/arm/configs/gemini_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 14, 2021, 9:40 p.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon,  6 Dec 2021 02:11:58 +0100 you wrote:
> This enables the SL3516 crypto driver on the Gemini platforms
> where it is available, by default in the defconfig. Clean
> up some noise around the crypto options while we're at it.
> 
> Cc: Corentin Labbe <clabbe@baylibre.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> 
> [...]

Here is the summary with links:
  - ARM: configs: gemini: Activate crypto driver
    https://git.kernel.org/soc/soc/c/57bcb70d7259

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/configs/gemini_defconfig b/arch/arm/configs/gemini_defconfig
index e6ff844821cf..a7acfee11ffc 100644
--- a/arch/arm/configs/gemini_defconfig
+++ b/arch/arm/configs/gemini_defconfig
@@ -63,7 +63,6 @@  CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_NR_UARTS=1
 CONFIG_SERIAL_8250_RUNTIME_UARTS=1
 CONFIG_SERIAL_OF_PLATFORM=y
-# CONFIG_HW_RANDOM is not set
 CONFIG_I2C_GPIO=y
 CONFIG_SPI=y
 CONFIG_SPI_GPIO=y
@@ -99,5 +98,5 @@  CONFIG_TMPFS_POSIX_ACL=y
 CONFIG_ROMFS_FS=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
-# CONFIG_ENABLE_MUST_CHECK is not set
+CONFIG_CRYPTO_DEV_SL3516=y
 CONFIG_DEBUG_FS=y