diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 08:37:30 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 15:10:05 +0300 |
commit | 8f56939009283d03bdb27757bc48df9d5fe6fe6c (patch) | |
tree | a8ac87a2d7f86ca67fbe42eedb97a49e8436cb5b /arch/powerpc/configs | |
parent | 8f3e6bdf8c3ad5cf116d56361f9f2b4ca989298c (diff) | |
download | linux-8f56939009283d03bdb27757bc48df9d5fe6fe6c.tar.xz |
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_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/44x/redwood_defconfig | 1 |
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 |