diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-16 09:12:02 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-07-17 13:33:20 -0400 |
commit | 7dec65c8a7fdab87d23bcf3c7e7eff662d180853 (patch) | |
tree | 11c79d87b6aa1c3fa73c3ed0eddc867c744420e4 /drivers/bluetooth/Kconfig | |
parent | 83ce9a06b5307c8d759ddd8e4f49e2495fb321f7 (diff) |
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/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 5ccf142ef0b8..e9f203eadb1f 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig | |||
@@ -81,6 +81,18 @@ config BT_HCIUART_LL | |||
81 | 81 | ||
82 | Say Y here to compile support for HCILL protocol. | 82 | Say Y here to compile support for HCILL protocol. |
83 | 83 | ||
84 | config BT_HCIUART_3WIRE | ||
85 | bool "Three-wire UART (H5) protocol support" | ||
86 | depends on BT_HCIUART | ||
87 | help | ||
88 | The HCI Three-wire UART Transport Layer makes it possible to | ||
89 | user the Bluetooth HCI over a serial port interface. The HCI | ||
90 | Three-wire UART Transport Layer assumes that the UART | ||
91 | communication may have bit errors, overrun errors or burst | ||
92 | errors and thereby making CTS/RTS lines unnecessary. | ||
93 | |||
94 | Say Y here to compile support for Three-wire UART protocol. | ||
95 | |||
84 | config BT_HCIBCM203X | 96 | config BT_HCIBCM203X |
85 | tristate "HCI BCM203x USB driver" | 97 | tristate "HCI BCM203x USB driver" |
86 | depends on USB | 98 | depends on USB |