35827bdf18782c90cb241f1aa1b8f7e56328596f
[linux-2.6-block.git] / drivers / net / ethernet / marvell / octeontx2 / Kconfig
1 #
2 # Marvell OcteonTX2 drivers configuration
3 #
4
5 config OCTEONTX2_MBOX
6         tristate
7
8 config 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.