summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 20:48:59 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 20:49:29 +0200
commit9e43c6b3aff1ee36d331c03f8b9b214f341ae4c2 (patch)
treebbca7001caba773a26d0f6a37714d45f74dd5b99 /target
parentd5e159cdcb50674b0808cfc68f8b47b971f41712 (diff)
BT_HCIBTUSB_BCM is boolean type
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.bluetooth2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index 960226e6d..44358e4bf 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -104,7 +104,7 @@ config ADK_KERNEL_BT_HCIBTUSB
USB interface.
config ADK_KERNEL_BT_HCIBTUSB_BCM
- tristate "Broadcom protocol support"
+ bool "Broadcom protocol support"
depends on ADK_KERNEL_BT_HCIBTUSB
select ADK_KERNEL_BT_BCM
help