From a578b915642b44173b7952e002156e8a55f0904f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 8 Nov 2016 14:19:06 -0800 Subject: ARM: colibri_imx7_defconfig: configure IPv6 SIT driver as module SIT tunnels (IPv6 over IPv4) are not often used hence configure the driver as a module. This also gets rid of the extra network interface sit0 by default. Signed-off-by: Stefan Agner --- arch/arm/configs/colibri_imx7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/colibri_imx7_defconfig b/arch/arm/configs/colibri_imx7_defconfig index 9bc32e32b507..0334edd7a8d5 100644 --- a/arch/arm/configs/colibri_imx7_defconfig +++ b/arch/arm/configs/colibri_imx7_defconfig @@ -69,6 +69,7 @@ CONFIG_NET_IPGRE_DEMUX=m # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_INET_LRO is not set CONFIG_IPV6=y +CONFIG_IPV6_SIT=m CONFIG_NETFILTER=y CONFIG_BRIDGE_NETFILTER=y CONFIG_NF_CONNTRACK=y -- cgit v1.2.3