brintos

brintos / linux-shallow public Read only

0
0
Text · 489 B · 457e18b Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause2# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved.3#4# Amazon fabric device configuration5#6 7config INFINIBAND_EFA8	tristate "Amazon Elastic Fabric Adapter (EFA) support"9	depends on PCI_MSI && 64BIT && !CPU_BIG_ENDIAN10	depends on INFINIBAND_USER_ACCESS11	help12	  This driver supports Amazon Elastic Fabric Adapter (EFA).13 14	  To compile this driver as a module, choose M here.15	  The module will be called efa.16