diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-18 13:50:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 16:10:16 +0200 |
commit | 78eeeacd01094b4ba7e46b728fe1af4b2015b82e (patch) | |
tree | 121423d50c700c1ceaad7fa6e1c9b09dd0750c24 /target/linux/config/Config.in.bluetooth | |
parent | 5d870ac66b3840e1ad55b2012c8859bce8790b63 (diff) |
bluetooth: enable for rpi3
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 2 |
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. |