Re: [PATCH] ARM: defconfigs: make NF_CT_PROTO_SCTP and NF_CT_PROTO_UDPLITE built-in

From: Arnd Bergmann
Date: Mon Feb 06 2017 - 11:38:55 EST


On Fri, Feb 3, 2017 at 5:46 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> The symbols can no longer be used as loadable modules, leading to a harmless Kconfig
> warning:
>
> arch/arm/configs/imote2_defconfig:60:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> arch/arm/configs/imote2_defconfig:59:warning: symbol value 'm' invalid for NF_CT_PROTO_SCTP
> arch/arm/configs/ezx_defconfig:68:warning: symbol value 'm' invalid for NF_CT_PROTO_UDPLITE
> arch/arm/configs/ezx_defconfig:67:warning: symbol value 'm' invalid for NF_CT_PROTO_SCTP
>
> Let's make them built-in.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Added to the fixes branch now, as I see the warnings in kernelci for ARM.

Arnd