brintos

brintos / linux-shallow public Read only

0
0
Text · 458 B · ec228c0 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Microchip FDMA API configuration4#5 6if NET_VENDOR_MICROCHIP7 8config FDMA9	bool "FDMA API" if COMPILE_TEST10	help11	  Provides the basic FDMA functionality for multiple Microchip12	  switchcores.13 14	  Say Y here if you want to build the FDMA API that provides a common15	  set of functions and data structures for interacting with the Frame16	  DMA engine in multiple microchip switchcores.17 18endif # NET_VENDOR_MICROCHIP19