diff options
author | Michael Ellerman | 2017-08-23 15:37:33 +1000 |
---|---|---|
committer | Michael Ellerman | 2017-08-28 22:10:07 +1000 |
commit | 60ac25ba059440810c241d7158d7ecf538d5fbed (patch) | |
tree | f1b15a92de234ed7af41753b4c29510d9af5a8e6 | |
parent | 7cf5775cd0643de0b97a3c4a9222d8f1d3950e11 (diff) |
powerpc/configs: Drop no longer needed CONFIG_CRYPTO_NULL
Since commit 00b9cfa3ff38 ("mac80111: Add GCMP and GCMP-256 ciphers")
we no longer need to set CONFIG_CRYPTO_NULL in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/pmac32_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig index d97b6f66af01..ed0a0bb6a271 100644 --- a/arch/powerpc/configs/pmac32_defconfig +++ b/arch/powerpc/configs/pmac32_defconfig @@ -309,7 +309,6 @@ CONFIG_XMON=y CONFIG_XMON_DEFAULT=y CONFIG_BOOTX_TEXT=y CONFIG_PPC_EARLY_DEBUG=y -CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_SHA512=m |