49 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Marvell RVU Network drivers configuration4#5 6config OCTEONTX2_MBOX7 tristate8 9config OCTEONTX2_AF10 tristate "Marvell OcteonTX2 RVU Admin Function driver"11 select OCTEONTX2_MBOX12 select NET_DEVLINK13 depends on (64BIT && COMPILE_TEST) || ARM6414 depends on PCI15 depends on PTP_1588_CLOCK_OPTIONAL16 help17 This driver supports Marvell's OcteonTX2 Resource Virtualization18 Unit's admin function manager which manages all RVU HW resources19 and provides a medium to other PF/VFs to configure HW. Should be20 enabled for other RVU device drivers to work.21 22config NDC_DIS_DYNAMIC_CACHING23 bool "Disable caching of dynamic entries in NDC"24 depends on OCTEONTX2_AF25 default n26 help27 This config option disables caching of dynamic entries such as NIX SQEs28 , NPA stack pages etc in NDC. Also locks down NIX SQ/CQ/RQ/RSS and29 NPA Aura/Pool contexts.30 31config OCTEONTX2_PF32 tristate "Marvell OcteonTX2 NIC Physical Function driver"33 select OCTEONTX2_MBOX34 select NET_DEVLINK35 select PAGE_POOL36 depends on (64BIT && COMPILE_TEST) || ARM6437 select DIMLIB38 depends on PCI39 depends on PTP_1588_CLOCK_OPTIONAL40 depends on MACSEC || !MACSEC41 help42 This driver supports Marvell's OcteonTX2 NIC physical function.43 44config OCTEONTX2_VF45 tristate "Marvell OcteonTX2 NIC Virtual Function driver"46 depends on OCTEONTX2_PF47 help48 This driver supports Marvell's OcteonTX2 NIC virtual function.49