Skip to content

Commit 6129225

Browse files
committed
ARM: configs: sunxi: Enable crypto related options
Some crypto drivers were not enabled so far, so let's make sure we have them compiled in our defconfig. Signed-off-by: Maxime Ripard <[email protected]> Acked-by: Chen-Yu Tsai <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 80dcf02 commit 6129225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/configs/sunxi_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ CONFIG_ROOT_NFS=y
168168
CONFIG_NLS_CODEPAGE_437=y
169169
CONFIG_NLS_ISO8859_1=y
170170
CONFIG_CRYPTO_DEV_SUN4I_SS=y
171+
CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG=y
171172
CONFIG_CRYPTO_DEV_SUN8I_CE=y
173+
CONFIG_CRYPTO_DEV_SUN8I_SS=y
172174
CONFIG_DMA_CMA=y
173175
CONFIG_PRINTK_TIME=y
174176
CONFIG_DEBUG_FS=y

0 commit comments

Comments
 (0)