diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:22 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:01 +0200 |
commit | 5ee5d80833dc267db902ea2ae39c8026cb3be0d8 (patch) | |
tree | 2e0717fefc30c4100980094b093be207aff19eaa /arch/powerpc/configs/ppc64_defconfig | |
parent | powerpc/configs: Update for symbol movement only (diff) | |
download | linux-5ee5d80833dc267db902ea2ae39c8026cb3be0d8.tar.xz linux-5ee5d80833dc267db902ea2ae39c8026cb3be0d8.zip |
powerpc/configs: Drop unneeded CONFIG_CRYPTO_ANSI_CPRNG
Since commit 401e4238f35c ("crypto: rng - Make DRBG the default RNG") we no longer need to set CONFIG_CRYPTO_ANSI_CPRNG in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 6526f508a346..73c0293b1142 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -358,7 +358,6 @@ CONFIG_CRYPTO_SERPENT=m CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_LZO=m -# CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_CRYPTO_DEV_NX=y CONFIG_CRYPTO_DEV_NX_ENCRYPT=m CONFIG_CRYPTO_DEV_VMX=y |