Merge drm/drm-next into drm-intel-next-queued
[linux-2.6-block.git] / drivers / staging / fwserial / Kconfig
CommitLineData
99b75a4e 1# SPDX-License-Identifier: GPL-2.0
e5711071
PH
2config FIREWIRE_SERIAL
3 tristate "TTY over Firewire"
4f73bc4d 4 depends on FIREWIRE && TTY
e5711071
PH
5 help
6 This enables TTY over IEEE 1394, providing high-speed serial
99293623
PH
7 connectivity to cabled peers. This driver implements a
8 ad-hoc transport protocol and is currently limited to
9 Linux-to-Linux communication.
e5711071
PH
10
11 To compile this driver as a module, say M here: the module will
12 be called firewire-serial.
87a5a037
PH
13
14if FIREWIRE_SERIAL
15
16config FWTTY_MAX_TOTAL_PORTS
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
21 firewire-serial driver to support.
22
23config FWTTY_MAX_CARD_PORTS
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
29 adapter supports. The actual number of serial ports registered
30 is set with the module parameter "ttys".
31
32endif