1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 2# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved. 3# 4# Amazon fabric device configuration 5# 6 7config INFINIBAND_EFA 8 tristate "Amazon Elastic Fabric Adapter (EFA) support" 9 depends on PCI_MSI && 64BIT && !CPU_BIG_ENDIAN 10 depends on INFINIBAND_USER_ACCESS 11 help 12 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