summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2017-09-05 17:02:23 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-01 11:51:15 +0100
commit074117cb9ad4408d28546d570da6b63881866bbf (patch)
tree1025a47f1bd0cb26657e6e321d4d45e535708e0a
parent9d292c197db5f5d0a191146507cb1e0f9996d888 (diff)
ARM: warp7_mbl_defconfig: add support for hciuart bluetooth
Add options to support hciuart and hci bluetooth over sdio, also add the broadcom BCM driver. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
-rw-r--r--arch/arm/configs/warp7_mbl_defconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/configs/warp7_mbl_defconfig b/arch/arm/configs/warp7_mbl_defconfig
index a67ebf7c7c5c..c1d20ae83e8d 100644
--- a/arch/arm/configs/warp7_mbl_defconfig
+++ b/arch/arm/configs/warp7_mbl_defconfig
@@ -180,9 +180,16 @@ CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_NET_FLOW_LIMIT=y
CONFIG_BT=y
-CONFIG_BT_HCIUART=y
+CONFIG_BT_BREDR=y
+CONFIG_BT_HS=y
+CONFIG_BT_LE=y
+CONFIG_BT_DEBUGFS=y
+CONFIG_BT_BCM=m
+CONFIG_BT_HCIBTSDIO=m
+CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_LL=y
+CONFIG_BT_HCIUART_BCM=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_RFKILL=y