xref: /linux/drivers/net/ethernet/marvell/octeon_ep/Kconfig (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Marvell's Octeon PCI Endpoint NIC Driver Configuration
4#
5
6config OCTEON_EP
7	tristate "Marvell Octeon PCI Endpoint NIC Driver"
8	depends on 64BIT
9	depends on PCI
10	depends on PTP_1588_CLOCK_OPTIONAL
11	help
12	  This driver supports networking functionality of Marvell's
13	  Octeon PCI Endpoint NIC.
14
15	  To know the list of devices supported by this driver, refer
16	  documentation in
17	  <file:Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst>.
18
19	  To compile this drivers as a module, choose M here. Name of the
20	  module is octeon_ep.
21