mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 16:53:59 -04:00
Add new FDMA library for interacting with the FDMA engine on Microchip Sparx5 and lan966x switch chips, in an effort to reduce duplicate code and provide a common set of symbols and functions. Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com> Reviewed-by: Jens Emil Schulz Østergaard <jensemil.schulzostergaard@microchip.com> Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Microchip FDMA API configuration
|
|
#
|
|
|
|
if NET_VENDOR_MICROCHIP
|
|
|
|
config FDMA
|
|
bool "FDMA API"
|
|
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.
|
|
|
|
endif # NET_VENDOR_MICROCHIP
|