aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-08-23 15:37:30 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-08-28 22:10:05 +1000
commit8f56939009283d03bdb27757bc48df9d5fe6fe6c (patch)
treea8ac87a2d7f86ca67fbe42eedb97a49e8436cb5b /arch/powerpc/configs
parentpowerpc/configs: Drop no longer needed CONFIG_CRYPTO_DEV_VMX_ENCRYPT (diff)
downloadlinux-dev-8f56939009283d03bdb27757bc48df9d5fe6fe6c.tar.xz
linux-dev-8f56939009283d03bdb27757bc48df9d5fe6fe6c.zip
powerpc/configs: Drop no longer needed CONFIG_CRYPTO_HMAC
Since commit 401e4238f35c ("crypto: rng - Make DRBG the default RNG") we no longer need to set CONFIG_CRYPTO_HMAC in our defconfigs. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r--arch/powerpc/configs/44x/eiger_defconfig1
-rw-r--r--arch/powerpc/configs/44x/redwood_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/44x/eiger_defconfig b/arch/powerpc/configs/44x/eiger_defconfig
index 0c4f41795d56..362e82485dd0 100644
--- a/arch/powerpc/configs/44x/eiger_defconfig
+++ b/arch/powerpc/configs/44x/eiger_defconfig
@@ -88,7 +88,6 @@ CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
-CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
diff --git a/arch/powerpc/configs/44x/redwood_defconfig b/arch/powerpc/configs/44x/redwood_defconfig
index 209063695115..cd14df8159d6 100644
--- a/arch/powerpc/configs/44x/redwood_defconfig
+++ b/arch/powerpc/configs/44x/redwood_defconfig
@@ -87,7 +87,6 @@ CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
-CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y