Skip to content

Commit 8c4e1b1

Browse files
Linus Walleijarndb
authored andcommitted
ARM: configs: gemini: Activate crypto driver
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. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Cc: Corentin Labbe <clabbe@baylibre.com> Link: https://lore.kernel.org/r/20211206011158.4180141-1-linus.walleij@linaro.org' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 1360572 commit 8c4e1b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/configs/gemini_defconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
6363
CONFIG_SERIAL_8250_NR_UARTS=1
6464
CONFIG_SERIAL_8250_RUNTIME_UARTS=1
6565
CONFIG_SERIAL_OF_PLATFORM=y
66-
# CONFIG_HW_RANDOM is not set
6766
CONFIG_I2C_GPIO=y
6867
CONFIG_SPI=y
6968
CONFIG_SPI_GPIO=y
@@ -99,5 +98,5 @@ CONFIG_TMPFS_POSIX_ACL=y
9998
CONFIG_ROMFS_FS=y
10099
CONFIG_NLS_CODEPAGE_437=y
101100
CONFIG_NLS_ISO8859_1=y
102-
# CONFIG_ENABLE_MUST_CHECK is not set
101+
CONFIG_CRYPTO_DEV_SL3516=y
103102
CONFIG_DEBUG_FS=y

0 commit comments

Comments
 (0)