From 4ca7bf6979276cac617f10c191b50d0c0a583acc Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 29 Sep 2016 16:28:41 +0900 Subject: [PATCH] arm64: defconfig: tm2: enable 6LOWPAN and BT_6LOWPAN options This patch enables 6Lowpan modules for BT. Change-Id: I5181bd4ae1face748049448239cb62e90b341fbf Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_tm2_defconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index d0c165debd37..f8d57b5650cc 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -880,7 +880,15 @@ CONFIG_LLC=y # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_PHONET is not set -# CONFIG_6LOWPAN is not set +CONFIG_6LOWPAN=y +CONFIG_6LOWPAN_NHC=y +CONFIG_6LOWPAN_NHC_DEST=y +CONFIG_6LOWPAN_NHC_FRAGMENT=y +CONFIG_6LOWPAN_NHC_HOP=y +CONFIG_6LOWPAN_NHC_IPV6=y +CONFIG_6LOWPAN_NHC_MOBILITY=y +CONFIG_6LOWPAN_NHC_ROUTING=y +CONFIG_6LOWPAN_NHC_UDP=y # CONFIG_IEEE802154 is not set CONFIG_NET_SCHED=y @@ -987,6 +995,7 @@ CONFIG_BT_BNEP=y # CONFIG_BT_BNEP_PROTO_FILTER is not set CONFIG_BT_HIDP=y CONFIG_BT_LE=y +CONFIG_BT_6LOWPAN=y # CONFIG_BT_SELFTEST is not set CONFIG_BT_DEBUGFS=y -- 2.34.1