From 8e5f74fd427f1fa060b978114421ff9f6eb7ea61 Mon Sep 17 00:00:00 2001 From: Pavan Savoy Date: Mon, 15 Oct 2012 22:47:35 -0500 Subject: Bluetooth: Add tty HCI driver Bluetooth: Add tty HCI driver tty_hci driver exposes a /dev/hci_tty character device node, that intends to emulate a generic /dev/ttyX device that would be used by the user-space Bluetooth stacks to send/receive data to/from the WL combo-connectivity chipsets. The device driver has no internal logic of its own to intrepret data & all such logic is handled by the user-space stack. Change-Id: Ifa3860bbc7e252af210fde710bce14143239b552 Signed-off-by: Pavan Savoy [Fixed checkpatch warnings] Signed-off-by: Vishal Mahaveer [Fixed checkpatch --strict warnings] Signed-off-by: Eyal Reizer --- drivers/misc/ti-st/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'drivers/misc/ti-st/Kconfig') diff --git a/drivers/misc/ti-st/Kconfig b/drivers/misc/ti-st/Kconfig index f34dcc514730..f2df2c7352e2 100644 --- a/drivers/misc/ti-st/Kconfig +++ b/drivers/misc/ti-st/Kconfig @@ -14,4 +14,12 @@ config TI_ST are returned to relevant protocol drivers based on their packet types. +config ST_HCI + tristate "HCI TTY emulation driver for Bluetooth" + depends on TI_ST + help + This enables the TTY device like emulation for HCI used by + user-space Bluetooth stacks. + It will provide a character device for user space Bluetooth stack to + send/receive data over shared transport. endmenu -- cgit v1.2.3