Kconfig (f99e44a7f3352d7131c7526207f153f13ec5acd4) Kconfig (79e0c19e85cd1617efcf441988a206ffc96b56a1)
1#
2# CAIF physical drivers
3#
4
5comment "CAIF transport drivers"
6
7config CAIF_TTY
8 tristate "CAIF TTY transport driver"

--- 29 unchanged lines hidden (view full) ---

38 default n
39 ---help---
40 The caif low level driver for CAIF over HSI.
41 Be aware that if you enable this then you also need to
42 enable a low-level HSI driver.
43
44config CAIF_VIRTIO
45 tristate "CAIF virtio transport driver"
1#
2# CAIF physical drivers
3#
4
5comment "CAIF transport drivers"
6
7config CAIF_TTY
8 tristate "CAIF TTY transport driver"

--- 29 unchanged lines hidden (view full) ---

38 default n
39 ---help---
40 The caif low level driver for CAIF over HSI.
41 Be aware that if you enable this then you also need to
42 enable a low-level HSI driver.
43
44config CAIF_VIRTIO
45 tristate "CAIF virtio transport driver"
46 depends on CAIF
46 depends on CAIF && HAS_DMA
47 select VHOST_RING
48 select VIRTIO
49 select GENERIC_ALLOCATOR
50 default n
51 ---help---
52 The caif driver for CAIF over Virtio.
53
54if CAIF_VIRTIO
55source "drivers/vhost/Kconfig"
56endif
47 select VHOST_RING
48 select VIRTIO
49 select GENERIC_ALLOCATOR
50 default n
51 ---help---
52 The caif driver for CAIF over Virtio.
53
54if CAIF_VIRTIO
55source "drivers/vhost/Kconfig"
56endif