hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/staging/fwserial/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 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
67 connectivity to cabled peers. This driver implements a
78 ad-hoc transport protocol and is currently limited to
89 Linux-to-Linux communication.
....@@ -13,18 +14,18 @@
1314 if FIREWIRE_SERIAL
1415
1516 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
2021 firewire-serial driver to support.
2122
2223 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
2829 adapter supports. The actual number of serial ports registered
2930 is set with the module parameter "ttys".
3031