.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | config FIREWIRE_SERIAL |
---|
2 | | - tristate "TTY over Firewire" |
---|
3 | | - depends on FIREWIRE && TTY |
---|
4 | | - help |
---|
5 | | - This enables TTY over IEEE 1394, providing high-speed serial |
---|
| 3 | + tristate "TTY over Firewire" |
---|
| 4 | + depends on FIREWIRE && TTY |
---|
| 5 | + help |
---|
| 6 | + This enables TTY over IEEE 1394, providing high-speed serial |
---|
6 | 7 | connectivity to cabled peers. This driver implements a |
---|
7 | 8 | ad-hoc transport protocol and is currently limited to |
---|
8 | 9 | Linux-to-Linux communication. |
---|
.. | .. |
---|
13 | 14 | if FIREWIRE_SERIAL |
---|
14 | 15 | |
---|
15 | 16 | config 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 |
---|
| 17 | + int "Maximum number of serial ports supported" |
---|
| 18 | + default "64" |
---|
| 19 | + help |
---|
| 20 | + Set this to the maximum number of serial ports you want the |
---|
20 | 21 | firewire-serial driver to support. |
---|
21 | 22 | |
---|
22 | 23 | config 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 |
---|
| 24 | + int "Maximum number of serial ports supported per adapter" |
---|
| 25 | + range 0 FWTTY_MAX_TOTAL_PORTS |
---|
| 26 | + default "32" |
---|
| 27 | + help |
---|
| 28 | + Set this to the maximum number of serial ports each firewire |
---|
28 | 29 | adapter supports. The actual number of serial ports registered |
---|
29 | 30 | is set with the module parameter "ttys". |
---|
30 | 31 | |
---|