Kconfig (cdd5b5a9761fd66d17586e4f4ba6588c70e640ea) | Kconfig (8b6c724cdab85d8923dd8c474a5a9464228379c5) |
---|---|
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. --- 112 unchanged lines hidden (view full) --- 121 select VIRTIO_PCI_LIB 122 depends on PCI_MSI 123 depends on PDS_CORE 124 help 125 vDPA network driver for AMD/Pensando's PDS Core devices. 126 With this driver, the VirtIO dataplane can be 127 offloaded to an AMD/Pensando DSC device. 128 | 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. --- 112 unchanged lines hidden (view full) --- 121 select VIRTIO_PCI_LIB 122 depends on PCI_MSI 123 depends on PDS_CORE 124 help 125 vDPA network driver for AMD/Pensando's PDS Core devices. 126 With this driver, the VirtIO dataplane can be 127 offloaded to an AMD/Pensando DSC device. 128 |
129config OCTEONEP_VDPA 130 tristate "vDPA driver for Octeon DPU devices" 131 depends on m 132 depends on PCI_MSI 133 help 134 This is a vDPA driver designed for Marvell's Octeon DPU devices. 135 This driver enables the offloading of the VirtIO dataplane to an 136 Octeon DPU device. 137 Please note that this driver must be built as a module and it 138 cannot be loaded until the Octeon emulation software is running. 139 |
|
129endif # VDPA | 140endif # VDPA |