mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

There is no need to ask the user about enabling Microchip FDMA
functionality, as all drivers that use it select the FDMA symbol.
Hence make the symbol invisible, unless when compile-testing.
Fixes: 30e48a75df
("net: microchip: add FDMA library")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Link: https://patch.msgid.link/8e2bcd8899c417a962b7ee3f75b29f35b25d7933.1727171879.git.geert+renesas@glider.be
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Microchip FDMA API configuration
|
|
#
|
|
|
|
if NET_VENDOR_MICROCHIP
|
|
|
|
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.
|
|
|
|
endif # NET_VENDOR_MICROCHIP
|