From f85a6ec3f47a361aec3280c754ef97298bfe63a4 Mon Sep 17 00:00:00 2001 From: Weiguang Ruan Date: Wed, 13 Sep 2017 13:53:32 +0800 Subject: [PATCH] bt: compile hci_uart as module [3/4] PD#150522: compile hci_uart as module meson64_smarthome_defconfig: CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_QCA=y 1. realtek bt has its own hci_uart driver so we need compile both hci_uart driver as module 2. add hciuart_qca support, for we need qualcomm bt for bluez later Change-Id: Icffbb66623a5e28803a4f26bb3523f79cae91bc3 Signed-off-by: Weiguang Ruan --- arch/arm64/configs/meson64_smarthome_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/meson64_smarthome_defconfig b/arch/arm64/configs/meson64_smarthome_defconfig index dbe96bb..cc1145b 100644 --- a/arch/arm64/configs/meson64_smarthome_defconfig +++ b/arch/arm64/configs/meson64_smarthome_defconfig @@ -181,8 +181,8 @@ 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_BT_HCIUART=m +CONFIG_BT_HCIUART_QCA=y CONFIG_CFG80211=y CONFIG_CFG80211_WEXT=y CONFIG_MAC80211=y -- 2.7.4