diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:22 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:01 +1000 |
commit | 5ee5d80833dc267db902ea2ae39c8026cb3be0d8 (patch) | |
tree | 2e0717fefc30c4100980094b093be207aff19eaa /arch/powerpc/configs/mpc512x_defconfig | |
parent | 980b4503b9efd97bcb51d5508d82fbf3ccb6aadb (diff) | |
download | lwn-5ee5d80833dc267db902ea2ae39c8026cb3be0d8.tar.gz lwn-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/mpc512x_defconfig')
-rw-r--r-- | arch/powerpc/configs/mpc512x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc512x_defconfig b/arch/powerpc/configs/mpc512x_defconfig index 1a87eace0b6b..d59e1bad2ba5 100644 --- a/arch/powerpc/configs/mpc512x_defconfig +++ b/arch/powerpc/configs/mpc512x_defconfig @@ -126,5 +126,4 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set -# CONFIG_CRYPTO_ANSI_CPRNG is not set # CONFIG_CRYPTO_HW is not set |