Kconfig (e700ac213a0f793fb4f83098413303e3dd080892) | Kconfig (e85087beedcae97e81e5d361d7d9337aa0db6f4c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig VDPA 3 tristate "vDPA drivers" 4 depends on NET 5 help 6 Enable this module to support vDPA device that uses a 7 datapath which complies with virtio specifications with 8 vendor specific control path. --- 64 unchanged lines hidden (view full) --- 73 74config VP_VDPA 75 tristate "Virtio PCI bridge vDPA driver" 76 select VIRTIO_PCI_LIB 77 depends on PCI_MSI 78 help 79 This kernel module bridges virtio PCI device to vDPA bus. 80 | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig VDPA 3 tristate "vDPA drivers" 4 depends on NET 5 help 6 Enable this module to support vDPA device that uses a 7 datapath which complies with virtio specifications with 8 vendor specific control path. --- 64 unchanged lines hidden (view full) --- 73 74config VP_VDPA 75 tristate "Virtio PCI bridge vDPA driver" 76 select VIRTIO_PCI_LIB 77 depends on PCI_MSI 78 help 79 This kernel module bridges virtio PCI device to vDPA bus. 80 |
81config ALIBABA_ENI_VDPA 82 tristate "vDPA driver for Alibaba ENI" 83 select VIRTIO_PCI_LIB_LEGACY 84 depends on PCI_MSI && X86 85 help 86 VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon 87 virtio 0.9.5 specification. 88 |
|
81endif # VDPA | 89endif # VDPA |