From 1ef92fd0d2efeca0a84655018f8bb7696676f791 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jul 2015 20:22:15 +0200 Subject: [PATCH] linux defconfig: 6lowpan protocol support Signed-off-by: Koen Kooi --- recipes-kernel/linux/linux/defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux/defconfig b/recipes-kernel/linux/linux/defconfig index 7a8ec41..6e80db9 100644 --- a/recipes-kernel/linux/linux/defconfig +++ b/recipes-kernel/linux/linux/defconfig @@ -244,6 +244,10 @@ CONFIG_BRIDGE_VLAN_FILTERING=y CONFIG_VLAN_8021Q=m CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y +CONFIG_6LOWPAN=m +CONFIG_IEEE802154=m +CONFIG_IEEE802154_6LOWPAN=m +CONFIG_MAC802154=m CONFIG_NET_SCHED=y CONFIG_NET_SCH_CBQ=m CONFIG_NET_SCH_HTB=y