2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-10-10 18:14:21 +05:30
|
|
|
#
|
|
|
|
# Marvell OcteonTX2 drivers configuration
|
|
|
|
#
|
|
|
|
|
2018-10-10 18:14:24 +05:30
|
|
|
config OCTEONTX2_MBOX
|
|
|
|
tristate
|
|
|
|
|
2018-10-10 18:14:21 +05:30
|
|
|
config OCTEONTX2_AF
|
|
|
|
tristate "Marvell OcteonTX2 RVU Admin Function driver"
|
2018-10-10 18:14:24 +05:30
|
|
|
select OCTEONTX2_MBOX
|
2020-12-11 11:55:24 +05:30
|
|
|
select NET_DEVLINK
|
2018-10-10 18:14:21 +05:30
|
|
|
depends on (64BIT && COMPILE_TEST) || ARM64
|
|
|
|
depends on PCI
|
|
|
|
help
|
|
|
|
This driver supports Marvell's OcteonTX2 Resource Virtualization
|
|
|
|
Unit's admin function manager which manages all RVU HW resources
|
|
|
|
and provides a medium to other PF/VFs to configure HW. Should be
|
|
|
|
enabled for other RVU device drivers to work.
|
2019-11-14 10:56:32 +05:30
|
|
|
|
|
|
|
config NDC_DIS_DYNAMIC_CACHING
|
|
|
|
bool "Disable caching of dynamic entries in NDC"
|
|
|
|
depends on OCTEONTX2_AF
|
|
|
|
default n
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2019-11-14 10:56:32 +05:30
|
|
|
This config option disables caching of dynamic entries such as NIX SQEs
|
|
|
|
, NPA stack pages etc in NDC. Also locks down NIX SQ/CQ/RQ/RSS and
|
|
|
|
NPA Aura/Pool contexts.
|
2020-01-27 18:35:15 +05:30
|
|
|
|
|
|
|
config OCTEONTX2_PF
|
|
|
|
tristate "Marvell OcteonTX2 NIC Physical Function driver"
|
|
|
|
select OCTEONTX2_MBOX
|
|
|
|
depends on (64BIT && COMPILE_TEST) || ARM64
|
|
|
|
depends on PCI
|
|
|
|
help
|
|
|
|
This driver supports Marvell's OcteonTX2 NIC physical function.
|
2020-03-21 00:27:21 +05:30
|
|
|
|
|
|
|
config OCTEONTX2_VF
|
|
|
|
tristate "Marvell OcteonTX2 NIC Virtual Function driver"
|
|
|
|
depends on OCTEONTX2_PF
|
|
|
|
help
|
|
|
|
This driver supports Marvell's OcteonTX2 NIC virtual function.
|