1# 2# Marvell OcteonTX2 drivers configuration 3# 4 5config OCTEONTX2_MBOX 6 tristate 7 8config OCTEONTX2_AF 9 tristate "Marvell OcteonTX2 RVU Admin Function driver" 10 select OCTEONTX2_MBOX 11 depends on (64BIT && COMPILE_TEST) || ARM64 12 depends on PCI 13 help 14 This driver supports Marvell's OcteonTX2 Resource Virtualization 15 Unit's admin function manager which manages all RVU HW resources 16 and provides a medium to other PF/VFs to configure HW. Should be 17 enabled for other RVU device drivers to work. 18