WIP FPC-III support
[linux/fpc-iii.git] / drivers / net / caif / Kconfig
bloba77124bc1f4b0ba861c07e840fd56393ebcdb811
1 # SPDX-License-Identifier: GPL-2.0-only
3 # CAIF physical drivers
6 menuconfig CAIF_DRIVERS
7         bool "CAIF transport drivers"
8         depends on CAIF
9         help
10           Enable this to see CAIF physical drivers.
12 if CAIF_DRIVERS
14 config CAIF_TTY
15         tristate "CAIF TTY transport driver"
16         depends on CAIF && TTY
17         default n
18         help
19           The CAIF TTY transport driver is a Line Discipline (ldisc)
20           identified as N_CAIF. When this ldisc is opened from user space
21           it will redirect the TTY's traffic into the CAIF stack.
23 config CAIF_HSI
24         tristate "CAIF HSI transport driver"
25         depends on CAIF
26         default n
27         help
28           The CAIF low level driver for CAIF over HSI.
29           Be aware that if you enable this then you also need to
30           enable a low-level HSI driver.
32 config CAIF_VIRTIO
33         tristate "CAIF virtio transport driver"
34         depends on CAIF && HAS_DMA
35         select VHOST_RING
36         select VIRTIO
37         select GENERIC_ALLOCATOR
38         default n
39         help
40           The CAIF driver for CAIF over Virtio.
42 endif # CAIF_DRIVERS