Merge tag 'iwlwifi-for-kalle-2016-02-15' of https://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / drivers / staging / fwserial / Kconfig
CommitLineData
e5711071
PH
1config FIREWIRE_SERIAL
2 tristate "TTY over Firewire"
4f73bc4d 3 depends on FIREWIRE && TTY
e5711071
PH
4 help
5 This enables TTY over IEEE 1394, providing high-speed serial
99293623
PH
6 connectivity to cabled peers. This driver implements a
7 ad-hoc transport protocol and is currently limited to
8 Linux-to-Linux communication.
e5711071
PH
9
10 To compile this driver as a module, say M here: the module will
11 be called firewire-serial.
87a5a037
PH
12
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
This page took 0.201286 seconds and 5 git commands to generate.