mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
9b27105b4a
Add CAIF Serial driver. This driver is implemented as a line discipline. caif_serial uses the following module parameters: ser_use_stx - specifies if STart of frame eXtension is in use. ser_loop - sets the interface in loopback mode. Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
#
|
|
# CAIF physical drivers
|
|
#
|
|
|
|
if CAIF
|
|
|
|
comment "CAIF transport drivers"
|
|
|
|
config CAIF_TTY
|
|
tristate "CAIF TTY transport driver"
|
|
default n
|
|
---help---
|
|
The CAIF TTY transport driver is a Line Discipline (ldisc)
|
|
identified as N_CAIF. When this ldisc is opened from user space
|
|
it will redirect the TTY's traffic into the CAIF stack.
|
|
|
|
endif # CAIF
|