diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 20:48:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 20:49:29 +0200 |
commit | 9e43c6b3aff1ee36d331c03f8b9b214f341ae4c2 (patch) | |
tree | bbca7001caba773a26d0f6a37714d45f74dd5b99 | |
parent | d5e159cdcb50674b0808cfc68f8b47b971f41712 (diff) |
BT_HCIBTUSB_BCM is boolean type
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 2 |
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 |