diff mbox series

[3/3] ARM: configs: sunxi: Enable crypto related options

Message ID 20200706132323.147562-3-maxime@cerno.tech (mailing list archive)
State Mainlined
Commit 6129225fb6e409257fce183165df5c5d1852e397
Headers show
Series [1/3] ARM: configs: sunxi: Enable the PS/2 controller | expand

Commit Message

Maxime Ripard July 6, 2020, 1:23 p.m. UTC
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>
---
 arch/arm/configs/sunxi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Corentin Labbe July 7, 2020, 1:28 p.m. UTC | #1
On Mon, Jul 06, 2020 at 03:23:23PM +0200, Maxime Ripard wrote:
> 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>
> ---
>  arch/arm/configs/sunxi_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
> index 305bbe971474..244126172fd6 100644
> --- 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

Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com>
diff mbox series

Patch

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 305bbe971474..244126172fd6 100644
--- 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