From 8f56939009283d03bdb27757bc48df9d5fe6fe6c Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Wed, 23 Aug 2017 15:37:30 +1000 Subject: 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 --- arch/powerpc/configs/44x/eiger_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/powerpc/configs/44x/eiger_defconfig') 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 -- cgit