diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:35 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:08 +0200 |
commit | cd67a20f772ca55a65069dd2a766c3c2bd041057 (patch) | |
tree | ec2a8279471c0dc409123566f05fd8aa6ab3ac6c /arch/powerpc/configs | |
parent | powerpc/configs: Drop no longer needed CONFIG_CRYPTO_NULL in g5 / c2k (diff) | |
download | linux-cd67a20f772ca55a65069dd2a766c3c2bd041057.tar.xz linux-cd67a20f772ca55a65069dd2a766c3c2bd041057.zip |
powerpc/configs: Drop no longer needed CONFIG_CRYPTO_GCM
Since commit 00b9cfa3ff38 ("mac80111: Add GCMP and GCMP-256 ciphers")
we no longer need to set CONFIG_CRYPTO_GCM in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index bad3e04163d0..ef817c7e83d4 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -1170,7 +1170,6 @@ CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SELINUX_BOOTPARAM=y CONFIG_SECURITY_SELINUX_DISABLE=y CONFIG_CRYPTO_TEST=m -CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_CTS=m CONFIG_CRYPTO_LRW=m CONFIG_CRYPTO_PCBC=m |