treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / net / ethernet / marvell / octeontx2 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
54494aa5
SG
2#
3# Marvell OcteonTX2 drivers configuration
4#
5
021e2e53
AM
6config OCTEONTX2_MBOX
7 tristate
8
54494aa5
SG
9config OCTEONTX2_AF
10 tristate "Marvell OcteonTX2 RVU Admin Function driver"
021e2e53 11 select OCTEONTX2_MBOX
54494aa5
SG
12 depends on (64BIT && COMPILE_TEST) || ARM64
13 depends on PCI
14 help
15 This driver supports Marvell's OcteonTX2 Resource Virtualization
16 Unit's admin function manager which manages all RVU HW resources
17 and provides a medium to other PF/VFs to configure HW. Should be
18 enabled for other RVU device drivers to work.