blob: 6f33ee453f41d4b8e9e87562bc01781d5bb2e79d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# CAIF physical drivers
#
comment "CAIF transport drivers"
config CAIF_TTY
tristate "CAIF TTY transport driver"
depends on CAIF
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.
|