2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-03-30 21:56:30 +08:00
|
|
|
#
|
|
|
|
# CAIF physical drivers
|
|
|
|
#
|
|
|
|
|
2019-10-02 07:04:00 +08:00
|
|
|
menuconfig CAIF_DRIVERS
|
|
|
|
bool "CAIF transport drivers"
|
|
|
|
depends on CAIF
|
|
|
|
help
|
|
|
|
Enable this to see CAIF physical drivers.
|
|
|
|
|
|
|
|
if CAIF_DRIVERS
|
2010-03-30 21:56:30 +08:00
|
|
|
|
|
|
|
config CAIF_TTY
|
|
|
|
tristate "CAIF TTY transport driver"
|
2013-01-18 14:44:22 +08:00
|
|
|
depends on CAIF && TTY
|
2010-03-30 21:56:30 +08:00
|
|
|
default n
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2019-11-21 21:28:28 +08:00
|
|
|
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.
|
2010-06-29 15:08:21 +08:00
|
|
|
|
2013-03-20 11:22:24 +08:00
|
|
|
config CAIF_VIRTIO
|
|
|
|
tristate "CAIF virtio transport driver"
|
2020-04-23 20:36:57 +08:00
|
|
|
depends on CAIF && HAS_DMA
|
2013-03-20 11:22:24 +08:00
|
|
|
select VHOST_RING
|
|
|
|
select VIRTIO
|
|
|
|
select GENERIC_ALLOCATOR
|
|
|
|
default n
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2019-11-21 21:28:28 +08:00
|
|
|
The CAIF driver for CAIF over Virtio.
|
2013-03-20 11:22:24 +08:00
|
|
|
|
2019-10-02 07:04:00 +08:00
|
|
|
endif # CAIF_DRIVERS
|