drivers/net/ethernet/fungible/funeth/Kconfig

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/fungible/funeth/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/fungible/funeth/Kconfig
Extension
[no extension]
Size
480 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/net
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
#
# Fungible Ethernet driver configuration
#

config FUN_ETH
	tristate "Fungible Ethernet device driver"
	depends on PCI_MSI
	depends on TLS && TLS_DEVICE || TLS_DEVICE=n
	select NET_DEVLINK
	select FUN_CORE
	help
	  This driver supports the Ethernet functionality of Fungible adapters.
	  It works with both physical and virtual functions.

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

Annotation

Implementation Notes