mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:20:55 +07:00
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
|