| Index: drivers/bluetooth/Kconfig
|
| diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig
|
| index 058fbccf2f52bea5264b5a585994b0b7eb777937..81abeff8debcaf2a34e0f3362a2f5643647555ee 100644
|
| --- a/drivers/bluetooth/Kconfig
|
| +++ b/drivers/bluetooth/Kconfig
|
| @@ -58,6 +58,17 @@ config BT_HCIUART_BCSP
|
|
|
| Say Y here to compile support for HCI BCSP protocol.
|
|
|
| +config BT_HCIUART_ATH
|
| + bool "Atheros AR300x Board support"
|
| + depends on BT_HCIUART
|
| + help
|
| + HCIATH (HCI Atheros) is a serial protocol for communication
|
| + between Bluetooth device and host with support for Atheros AR300x
|
| + power management feature. This protocol is required for
|
| + serial Bluetooth devices that are based on Atheros AR300x chips.
|
| +
|
| + Say Y here to compile support for HCIATH protocol.
|
| +
|
| config BT_HCIUART_LL
|
| bool "HCILL protocol support"
|
| depends on BT_HCIUART
|
|
|