diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:49 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:16 +1000 |
commit | 641f656db0b641c4f01a6284f359679dbe57a314 (patch) | |
tree | 662e0c7c3b13cdca81d6a31a957ecc6894b9e700 /arch/powerpc/configs | |
parent | ab306d1811d0e8809fb61cb28bb641adc06085e6 (diff) |
powerpc/configs: Drop no longer needed CONFIG_LIBCRC32C
Since commit 300ae149468f ("netfilter: select LIBCRC32C together with
SCTP conntrack") we no longer need to set CONFIG_LIBCRC32C in our
defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-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 ed0a0bb6a271..441139e744d3 100644 --- a/arch/powerpc/configs/pmac32_defconfig +++ b/arch/powerpc/configs/pmac32_defconfig @@ -300,7 +300,6 @@ CONFIG_NFSD_V4=y CONFIG_NLS_CODEPAGE_437=m CONFIG_NLS_ISO8859_1=m CONFIG_CRC_T10DIF=y -CONFIG_LIBCRC32C=m CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_KERNEL=y CONFIG_DETECT_HUNG_TASK=y |