diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 16:10:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-19 16:10:16 +0200 |
commit | 73ad3670c8f882bf99d271f23ae3c1be4325462e (patch) | |
tree | a62b3e4e88bc0d95c18678cf33c6a561723b7ed9 /target | |
parent | 78eeeacd01094b4ba7e46b728fe1af4b2015b82e (diff) |
bluez: update and fix rpi3 support, add required firmware file.
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 7b65becd8..0920336b2 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -119,10 +119,15 @@ config ADK_KERNEL_BT_HCIUART_H4 depends on ADK_KERNEL_BT_HCIUART default n +config ADK_KERNEL_BT_HCIUART_3WIRE + bool + depends on ADK_KERNEL_BT_HCIUART + default n + config ADK_KERNEL_BT_HCIUART_BCM tristate "Broadcom protocol support" select ADK_KERNEL_BT_HCIUART - select ADK_KERNEL_BT_HCIUART_H4 + select ADK_KERNEL_BT_HCIUART_3WIRE select ADK_KERNEL_BT_BCM default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3 depends on ADK_TARGET_SYSTEM_RASPBERRY_PI3 |