From: Seung-Woo Kim Date: Thu, 29 Sep 2016 07:28:41 +0000 (+0900) Subject: arm64: defconfig: tm2: enable 6LOWPAN and BT_6LOWPAN options X-Git-Tag: submit/tizen/20161010.025055~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ca7bf6979276cac617f10c191b50d0c0a583acc;p=platform%2Fkernel%2Flinux-exynos.git 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 --- 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