]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/configs: Update for CONFIG_NF_CT_PROTO_(SCTP|UDPLITE)=y
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 23 Aug 2017 05:37:28 +0000 (15:37 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 28 Aug 2017 12:10:04 +0000 (22:10 +1000)
commit884b92204b0e8dead226d2cdd9515832b99fd1d2
treee1d62a98ee1dbf907567675c656932f3fd89eeb7
parent7d0b155266c3ab55c2b82c9c3a44f8f7f45cd86b
powerpc/configs: Update for CONFIG_NF_CT_PROTO_(SCTP|UDPLITE)=y

In commit b2340564ada4 ("netfilter: conntrack: built-in support for
SCTP"), NF_CT_PROTO_SCTP switched from tristate to bool and became
default y. Similarly in commit 5128898f6796 ("netfilter: conntrack:
built-in support for UDPlite"), NF_CT_PROTO_UDPLITE switched from
tristate to bool and became default y.

We had a few configs which set them to =m, which is no longer valid.
We don't need to change them to =y because both symbols are default y
and are enabled automatically based on the other symbols in the
affected defconfigs.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/configs/linkstation_defconfig
arch/powerpc/configs/mvme5100_defconfig
arch/powerpc/configs/ppc6xx_defconfig