summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-11-08 14:19:06 -0800
committerStefan Agner <stefan.agner@toradex.com>2016-11-08 14:19:06 -0800
commita578b915642b44173b7952e002156e8a55f0904f (patch)
treeb544581160717d0479f37fba7d955003c48d797b
parent5159f59bb33d06ca02b3837904154277d1010672 (diff)
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 <stefan.agner@toradex.com>
-rw-r--r--arch/arm/configs/colibri_imx7_defconfig1
1 files changed, 1 insertions, 0 deletions
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