bt: compile hci_uart as module [3/4]
authorWeiguang Ruan <Weiguang.ruan@amlogic.com>
Wed, 13 Sep 2017 05:53:32 +0000 (13:53 +0800)
committerWeiguang Ruan <Weiguang.ruan@amlogic.com>
Wed, 13 Sep 2017 05:53:32 +0000 (13:53 +0800)
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 <Weiguang.ruan@amlogic.com>
arch/arm64/configs/meson64_smarthome_defconfig

index dbe96bb..cc1145b 100644 (file)
@@ -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