From 83ab5fce02135133f7100ed6cc3d2d9bd0f5a594 Mon Sep 17 00:00:00 2001 From: Wu Zheng Date: Tue, 24 Sep 2013 11:07:10 +0800 Subject: [PATCH] x86: tizen_clovertrail_defconfig: enable bluetooth stack Signed-off-by: Wu Zheng --- arch/x86/configs/tizen_clovertrail_defconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/arch/x86/configs/tizen_clovertrail_defconfig b/arch/x86/configs/tizen_clovertrail_defconfig index b18048c..fc5265a 100644 --- a/arch/x86/configs/tizen_clovertrail_defconfig +++ b/arch/x86/configs/tizen_clovertrail_defconfig @@ -901,7 +901,16 @@ CONFIG_BQL=y # CONFIG_HAMRADIO is not set # CONFIG_CAN is not set # CONFIG_IRDA is not set -# CONFIG_BT is not set +CONFIG_BT=y +CONFIG_BT_RFCOMM=y +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=y +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_HIDP=y + +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y # CONFIG_AF_RXRPC is not set CONFIG_WIRELESS=y CONFIG_CFG80211=m -- 2.7.4