diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 02:40:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 02:40:59 +0200 |
commit | 3f5df9f7d15fb26da3e0bfdd073db6360fa425ef (patch) | |
tree | abf139bc46725f1f1e94de00291ea9ba70a14d60 /target/linux | |
parent | cc2f3ef0e48483f8909f6f29f58bcb984ea27682 (diff) |
bluetooth: some broadcom USB bt devces need this, move firmware to brcm subfolder
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 0920336b2..960226e6d 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -103,6 +103,14 @@ config ADK_KERNEL_BT_HCIBTUSB This driver is required if you want to use Bluetooth devices with USB interface. +config ADK_KERNEL_BT_HCIBTUSB_BCM + tristate "Broadcom protocol support" + depends on ADK_KERNEL_BT_HCIBTUSB + select ADK_KERNEL_BT_BCM + help + The Broadcom protocol support enables firmware and patchram + download support for Broadcom Bluetooth controllers. + config ADK_KERNEL_BT_HCIUART tristate "HCI UART driver" select ADK_KERNEL_BT |