Kconfig (0a59975088d37f69815f656193c1e1e057feb494) Kconfig (51a8f9d7f587290944d6fc733d1f897091c63159)
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.

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

93config ALIBABA_ENI_VDPA
94 tristate "vDPA driver for Alibaba ENI"
95 select VIRTIO_PCI_LIB_LEGACY
96 depends on PCI_MSI && X86
97 help
98 VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon
99 virtio 0.9.5 specification.
100
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.

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

93config ALIBABA_ENI_VDPA
94 tristate "vDPA driver for Alibaba ENI"
95 select VIRTIO_PCI_LIB_LEGACY
96 depends on PCI_MSI && X86
97 help
98 VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon
99 virtio 0.9.5 specification.
100
101 config SNET_VDPA
102 tristate "SolidRun's vDPA driver for SolidNET"
103 depends on PCI_MSI && PCI_IOV && (HWMON || HWMON=n)
104
105 # This driver MAY create a HWMON device.
106 # Depending on (HWMON || HWMON=n) ensures that:
107 # If HWMON=n the driver can be compiled either as a module or built-in.
108 # If HWMON=y the driver can be compiled either as a module or built-in.
109 # If HWMON=m the driver is forced to be compiled as a module.
110 # By doing so, IS_ENABLED can be used instead of IS_REACHABLE
111
112 help
113 vDPA driver for SolidNET DPU.
114 With this driver, the VirtIO dataplane can be
115 offloaded to a SolidNET DPU.
116 This driver includes a HW monitor device that
117 reads health values from the DPU.
118
101endif # VDPA
119endif # VDPA