21 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Marvell's Octeon PCI Endpoint NIC Driver Configuration4#5 6config OCTEON_EP7 tristate "Marvell Octeon PCI Endpoint NIC Driver"8 depends on 64BIT9 depends on PCI10 depends on PTP_1588_CLOCK_OPTIONAL11 help12 This driver supports networking functionality of Marvell's13 Octeon PCI Endpoint NIC.14 15 To know the list of devices supported by this driver, refer16 documentation in17 <file:Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst>.18 19 To compile this drivers as a module, choose M here. Name of the20 module is octeon_ep.21