summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/Makefile
diff options
context:
space:
mode:
authorSuraj Sumangala2010-07-19 09:04:07 +0200
committerMarcel Holtmann2010-07-21 19:39:14 +0200
commitb3190df628617c7a4f188a9465aeabe1f5761933 (patch)
tree95ac5c0247d858e29ac05e8f70f24792c7edaa80 /drivers/bluetooth/Makefile
parentBluetooth: Use __packed annotation for drivers (diff)
downloadkernel-qcow2-linux-b3190df628617c7a4f188a9465aeabe1f5761933.tar.gz
kernel-qcow2-linux-b3190df628617c7a4f188a9465aeabe1f5761933.tar.xz
kernel-qcow2-linux-b3190df628617c7a4f188a9465aeabe1f5761933.zip
Bluetooth: Support for Atheros AR300x serial chip
Implements Atheros AR300x serial HCI protocol. This protocol extends H4 serial protocol to implement enhanced power management features supported by Atheros AR300x serial Bluetooth chipsets. Signed-off-by: Suraj Sumangala <suraj@atheros.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
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 7e5aed598121..71bdf13287c4 100644
--- a/drivers/bluetooth/Makefile
+++ b/drivers/bluetooth/Makefile
@@ -26,4 +26,5 @@ hci_uart-y := hci_ldisc.o
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-objs := $(hci_uart-y)