projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80dcf02
)
ARM: configs: sunxi: Enable crypto related options
author
Maxime Ripard
<maxime@cerno.tech>
Mon, 6 Jul 2020 13:23:23 +0000
(15:23 +0200)
committer
Maxime Ripard
<maxime@cerno.tech>
Tue, 7 Jul 2020 10:52:46 +0000
(12:52 +0200)
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 <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Link:
https://lore.kernel.org/r/20200706132323.147562-3-maxime@cerno.tech
arch/arm/configs/sunxi_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/sunxi_defconfig
b/arch/arm/configs/sunxi_defconfig
index
305bbe9
..
2441261
100644
(file)
--- a/
arch/arm/configs/sunxi_defconfig
+++ b/
arch/arm/configs/sunxi_defconfig
@@
-168,7
+168,9
@@
CONFIG_ROOT_NFS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_CRYPTO_DEV_SUN4I_SS=y
+CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG=y
CONFIG_CRYPTO_DEV_SUN8I_CE=y
+CONFIG_CRYPTO_DEV_SUN8I_SS=y
CONFIG_DMA_CMA=y
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_FS=y