drivers/net/ethernet/microchip/fdma/Kconfig

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/microchip/fdma/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/microchip/fdma/Kconfig
Extension
[no extension]
Size
403 bytes
Lines
15
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
#
# Microchip FDMA API configuration
#

config FDMA
	bool "FDMA API" if COMPILE_TEST
	help
	  Provides the basic FDMA functionality for multiple Microchip
	  switchcores.

	  Say Y here if you want to build the FDMA API that provides a common
	  set of functions and data structures for interacting with the Frame
	  DMA engine in multiple microchip switchcores.

Annotation

Implementation Notes