drivers/infiniband/hw/hfi1/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/hfi1/Kconfig
Extension
[no extension]
Size
619 bytes
Lines
24
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-only
config INFINIBAND_HFI1
	tristate "Cornelis OPX Gen1 support"
	depends on X86_64 && INFINIBAND_RDMAVT && I2C && !UML
	select MMU_NOTIFIER
	select CRC32
	select I2C_ALGOBIT
	help
	This is a low-level driver for Cornelis OPX Gen1 adapter.
config HFI1_DEBUG_SDMA_ORDER
	bool "HFI1 SDMA Order debug"
	depends on INFINIBAND_HFI1
	default n
	help
	This is a debug flag to test for out of order
	sdma completions for unit testing
config SDMA_VERBOSITY
	bool "Config SDMA Verbosity"
	depends on INFINIBAND_HFI1
	default n
	help
	This is a configuration flag to enable verbose
	SDMA debug

Annotation

Implementation Notes