Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
Note: File does not exist in v6.8.
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# Microchip FDMA API configuration
 4#
 5
 6if NET_VENDOR_MICROCHIP
 7
 8config FDMA
 9	bool "FDMA API" if COMPILE_TEST
10	help
11	  Provides the basic FDMA functionality for multiple Microchip
12	  switchcores.
13
14	  Say Y here if you want to build the FDMA API that provides a common
15	  set of functions and data structures for interacting with the Frame
16	  DMA engine in multiple microchip switchcores.
17
18endif # NET_VENDOR_MICROCHIP