diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:31 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:06 +1000 |
commit | 813f41352a9c0e20b69efb2b9b0817b5c08c8a52 (patch) | |
tree | 10198c31116b59d376464ce0aab88b5130bdb73a /arch/powerpc | |
parent | 8f56939009283d03bdb27757bc48df9d5fe6fe6c (diff) | |
download | blackbird-op-linux-813f41352a9c0e20b69efb2b9b0817b5c08c8a52.tar.gz blackbird-op-linux-813f41352a9c0e20b69efb2b9b0817b5c08c8a52.zip |
powerpc/configs: Drop no longer needed CONFIG_CRYPTO_ECB
Since commit 12cb3a1c4184 ("crypto: xts - Add ECB dependency") we no
longer need to set CONFIG_CRYPTO_ECB in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')
-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 362e82485dd0..6b6404501ae0 100644 --- a/arch/powerpc/configs/44x/eiger_defconfig +++ b/arch/powerpc/configs/44x/eiger_defconfig @@ -84,7 +84,6 @@ CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTS=y -CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_LRW=y CONFIG_CRYPTO_PCBC=y CONFIG_CRYPTO_XTS=y diff --git a/arch/powerpc/configs/44x/redwood_defconfig b/arch/powerpc/configs/44x/redwood_defconfig index cd14df8159d6..91eefcf1720f 100644 --- a/arch/powerpc/configs/44x/redwood_defconfig +++ b/arch/powerpc/configs/44x/redwood_defconfig @@ -83,7 +83,6 @@ CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTS=y -CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_LRW=y CONFIG_CRYPTO_PCBC=y CONFIG_CRYPTO_XTS=y |