summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Makefile
diff options
context:
space:
mode:
authorJohan Hedberg2012-07-16 15:12:02 +0200
committerGustavo Padovan2012-07-17 19:33:20 +0200
commit7dec65c8a7fdab87d23bcf3c7e7eff662d180853 (patch)
tree11c79d87b6aa1c3fa73c3ed0eddc867c744420e4 /drivers/bluetooth/Makefile
parentBluetooth: Change page scan interval in fast connectable mode (diff)
downloadkernel-qcow2-linux-7dec65c8a7fdab87d23bcf3c7e7eff662d180853.tar.gz
kernel-qcow2-linux-7dec65c8a7fdab87d23bcf3c7e7eff662d180853.tar.xz
kernel-qcow2-linux-7dec65c8a7fdab87d23bcf3c7e7eff662d180853.zip
Bluetooth: Initial skeleton for Three-wire UART (H5) support
This patch adds the initial skeleton for Three-wire UART (H5) support and hooks it up to the HCI UART framework. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'drivers/bluetooth/Makefile')
-rw-r--r--drivers/bluetooth/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile
index f4460f4f4b78..4afae20df512 100644
--- a/drivers/bluetooth/Makefile
+++ b/drivers/bluetooth/Makefile
@@ -28,4 +28,5 @@ hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o
hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o
+hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o
hci_uart-objs := $(hci_uart-y)