drivers/infiniband/hw/efa/Kconfig

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/efa/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/efa/Kconfig
Extension
[no extension]
Size
503 bytes
Lines
17
Domain
Driver Families
Bucket
drivers/infiniband
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
# Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All rights reserved.
#
# Amazon fabric device configuration
#

config INFINIBAND_EFA
	tristate "Amazon Elastic Fabric Adapter (EFA) support"
	depends on PCI_MSI && 64BIT && !CPU_BIG_ENDIAN
	depends on INFINIBAND_USER_ACCESS
	select CRC16
	help
	  This driver supports Amazon Elastic Fabric Adapter (EFA).

	  To compile this driver as a module, choose M here.
	  The module will be called efa.

Annotation

Implementation Notes