summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-18 13:50:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-06-19 16:10:16 +0200
commit78eeeacd01094b4ba7e46b728fe1af4b2015b82e (patch)
tree121423d50c700c1ceaad7fa6e1c9b09dd0750c24
parent5d870ac66b3840e1ad55b2012c8859bce8790b63 (diff)
bluetooth: enable for rpi3
-rw-r--r--target/linux/config/Config.in.bluetooth2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index 6e59fe357..7b65becd8 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -124,6 +124,8 @@ config ADK_KERNEL_BT_HCIUART_BCM
select ADK_KERNEL_BT_HCIUART
select ADK_KERNEL_BT_HCIUART_H4
select ADK_KERNEL_BT_BCM
+ default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3
+ depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3
help
The Broadcom protocol support enables Bluetooth HCI over serial
port interface for Broadcom Bluetooth controllers.