20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Marvell's Octeon PCI Endpoint NIC VF Driver Configuration4#5 6config OCTEON_EP_VF7 tristate "Marvell Octeon PCI Endpoint NIC VF Driver"8 depends on 64BIT9 depends on PCI10 help11 This driver supports the networking functionality of Marvell's12 Octeon PCI Endpoint NIC VF.13 14 To know the list of devices supported by this driver, refer to the15 documentation in16 <file:Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst>.17 18 To compile this driver as a module, choose M here.19 The name of the module will be octeon_ep_vf.20