blob: 9c7c9267d52cb3a62dd80452930ad33269bf2951 [file] [log] [blame]
Peter Hurleye5711072012-11-02 08:16:33 -04001config FIREWIRE_SERIAL
2 tristate "TTY over Firewire"
Joe Millenbach4f73bc42013-01-17 22:44:22 -08003 depends on FIREWIRE && TTY
Peter Hurleye5711072012-11-02 08:16:33 -04004 help
5 This enables TTY over IEEE 1394, providing high-speed serial
Peter Hurley99293622012-11-28 14:51:22 -05006 connectivity to cabled peers. This driver implements a
7 ad-hoc transport protocol and is currently limited to
8 Linux-to-Linux communication.
Peter Hurleye5711072012-11-02 08:16:33 -04009
10 To compile this driver as a module, say M here: the module will
11 be called firewire-serial.
Peter Hurley87a5a032013-11-22 13:06:11 -050012
13if FIREWIRE_SERIAL
14
15config FWTTY_MAX_TOTAL_PORTS
16 int "Maximum number of serial ports supported"
17 default "64"
18 help
19 Set this to the maximum number of serial ports you want the
20 firewire-serial driver to support.
21
22config FWTTY_MAX_CARD_PORTS
23 int "Maximum number of serial ports supported per adapter"
24 range 0 FWTTY_MAX_TOTAL_PORTS
25 default "32"
26 help
27 Set this to the maximum number of serial ports each firewire
28 adapter supports. The actual number of serial ports registered
29 is set with the module parameter "ttys".
30
31endif