Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / caif / Kconfig
index a966128c2a7ab8014126ccad2370b3946a4c0ad7..7ffc756131a214a7b896f81d05e9c499c12cf752 100644 (file)
@@ -40,3 +40,17 @@ config CAIF_HSI
        The caif low level driver for CAIF over HSI.
        Be aware that if you enable this then you also need to
        enable a low-level HSI driver.
+
+config CAIF_VIRTIO
+       tristate "CAIF virtio transport driver"
+       depends on CAIF
+       select VHOST_RING
+       select VIRTIO
+       select GENERIC_ALLOCATOR
+       default n
+       ---help---
+       The caif driver for CAIF over Virtio.
+
+if CAIF_VIRTIO
+source "drivers/vhost/Kconfig"
+endif