xref: /linux/drivers/net/ethernet/microchip/fdma/Kconfig (revision 5ea5880764cbb164afb17a62e76ca75dc371409d)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Microchip FDMA API configuration
4#
5
6config FDMA
7	bool "FDMA API" if COMPILE_TEST
8	help
9	  Provides the basic FDMA functionality for multiple Microchip
10	  switchcores.
11
12	  Say Y here if you want to build the FDMA API that provides a common
13	  set of functions and data structures for interacting with the Frame
14	  DMA engine in multiple microchip switchcores.
15