Skip to content

Commit

Permalink
net: microchip: Make FDMA config symbol invisible
Browse files Browse the repository at this point in the history
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: 30e48a7 ("net: microchip: add FDMA library")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Signed-off-by: NipaLocal <nipa@local>
  • Loading branch information
geertu authored and NipaLocal committed Sep 27, 2024
1 parent 7efa32d commit 9a97a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/microchip/fdma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if NET_VENDOR_MICROCHIP

config FDMA
bool "FDMA API"
bool "FDMA API" if COMPILE_TEST
help
Provides the basic FDMA functionality for multiple Microchip
switchcores.
Expand Down

0 comments on commit 9a97a8b

Please sign in to comment.