summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial/Kconfig
diff options
context:
space:
mode:
authorPeter Hurley2012-11-02 13:16:33 +0100
committerGreg Kroah-Hartman2012-11-13 20:57:27 +0100
commite5711071ad94794cab0c321c8526183a74f11db2 (patch)
tree0be7dcf29555c8acc1cf19dc6da5f3927d2493c1 /drivers/staging/fwserial/Kconfig
parentstaging: comedi: addi_apci_1032: check shared interrupt (diff)
downloadkernel-qcow2-linux-e5711071ad94794cab0c321c8526183a74f11db2.tar.gz
kernel-qcow2-linux-e5711071ad94794cab0c321c8526183a74f11db2.tar.xz
kernel-qcow2-linux-e5711071ad94794cab0c321c8526183a74f11db2.zip
staging: fwserial: Add TTY-over-Firewire serial driver
This patch provides the kernel driver for high-speed TTY communication over the IEEE 1394 bus. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fwserial/Kconfig')
-rw-r--r--drivers/staging/fwserial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/fwserial/Kconfig b/drivers/staging/fwserial/Kconfig
new file mode 100644
index 000000000000..580406cb1808
--- /dev/null
+++ b/drivers/staging/fwserial/Kconfig
@@ -0,0 +1,9 @@
+config FIREWIRE_SERIAL
+ tristate "TTY over Firewire"
+ depends on FIREWIRE
+ help
+ This enables TTY over IEEE 1394, providing high-speed serial
+ connectivity to cabled peers.
+
+ To compile this driver as a module, say M here: the module will
+ be called firewire-serial.