Bluetooth: hci_uart: Use generic functionality from Broadcom module
[deliverable/linux.git] / drivers / bluetooth / Kconfig
index f8a41975c30de09b44d7b7f9d0fb009e8c5da8dc..9f68e11c167149454dec683fd6d3bf49a12db976 100644 (file)
@@ -2,9 +2,13 @@
 menu "Bluetooth device drivers"
        depends on BT
 
+config BT_BCM
+       tristate
+
 config BT_HCIBTUSB
        tristate "HCI USB driver"
        depends on USB
+       select BT_BCM
        help
          Bluetooth HCI USB driver.
          This driver is required if you want to use Bluetooth devices with
@@ -107,6 +111,7 @@ config BT_HCIUART_INTEL
 config BT_HCIUART_BCM
        bool "Broadcom protocol support"
        depends on BT_HCIUART
+       select BT_BCM
        help
          The Broadcom protocol support enables Bluetooth HCI over serial
          port interface for Broadcom Bluetooth controllers.
This page took 0.024811 seconds and 5 git commands to generate.