xref: /linux/drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig (revision 2a6b6c9a226279b4f6668450ddb21ae655558087)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Marvell's Octeon PCI Endpoint NIC VF Driver Configuration
4#
5
6config OCTEON_EP_VF
7	tristate "Marvell Octeon PCI Endpoint NIC VF Driver"
8	depends on 64BIT
9	depends on PCI
10	help
11	  This driver supports the networking functionality of Marvell's
12	  Octeon PCI Endpoint NIC VF.
13
14	  To know the list of devices supported by this driver, refer to the
15	  documentation in
16	  <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