Linux-libre 5.4.48-gnu
[librecmc/linux-libre.git] / drivers / net / ethernet / marvell / octeontx2 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Marvell OcteonTX2 drivers configuration
4 #
5
6 config OCTEONTX2_MBOX
7         tristate
8
9 config OCTEONTX2_AF
10         tristate "Marvell OcteonTX2 RVU Admin Function driver"
11         select OCTEONTX2_MBOX
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.