diff options
author | Suraj Sumangala <suraj@atheros.com> | 2010-07-19 12:34:07 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-21 10:39:14 -0700 |
commit | b3190df628617c7a4f188a9465aeabe1f5761933 (patch) | |
tree | 95ac5c0247d858e29ac05e8f70f24792c7edaa80 /drivers/bluetooth/Kconfig | |
parent | 81ca405aee7e4a1a432c3887bc83ae798fd2cccd (diff) | |
download | op-kernel-dev-b3190df628617c7a4f188a9465aeabe1f5761933.zip op-kernel-dev-b3190df628617c7a4f188a9465aeabe1f5761933.tar.gz |
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/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index 058fbcc..02deef4 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -58,6 +58,18 @@ config BT_HCIUART_BCSP Say Y here to compile support for HCI BCSP protocol. +config BT_HCIUART_ATH3K + bool "Atheros AR300x serial support" + depends on BT_HCIUART + help + HCIATH3K (HCI Atheros AR300x) is a serial protocol for + communication between host and Atheros AR300x Bluetooth devices. + This protocol enables AR300x chips to be enabled with + power management support. + Enable this if you have Atheros AR300x serial Bluetooth device. + + Say Y here to compile support for HCI UART ATH3K protocol. + config BT_HCIUART_LL bool "HCILL protocol support" depends on BT_HCIUART |