net: microchip: Make FDMA config symbol invisibleThere is no need to ask the user about enabling Microchip FDMAfunctionality, as all drivers that use it select the FDMA symbol.Hence make the symb
net: microchip: Make FDMA config symbol invisibleThere is no need to ask the user about enabling Microchip FDMAfunctionality, as all drivers that use it select the FDMA symbol.Hence make the symbol invisible, unless when compile-testing.Fixes: 30e48a75df9c6ead ("net: microchip: add FDMA library")Signed-off-by: Geert Uytterhoeven <[email protected]>Reviewed-by: Daniel Machon <[email protected]>Link: https://patch.msgid.link/8e2bcd8899c417a962b7ee3f75b29f35b25d7933.1727171879.git.geert+renesas@glider.beSigned-off-by: Paolo Abeni <[email protected]>
show more ...
net: microchip: add FDMA libraryAdd new FDMA library for interacting with the FDMA engine on MicrochipSparx5 and lan966x switch chips, in an effort to reduce duplicate codeand provide a common se
net: microchip: add FDMA libraryAdd new FDMA library for interacting with the FDMA engine on MicrochipSparx5 and lan966x switch chips, in an effort to reduce duplicate codeand provide a common set of symbols and functions.Signed-off-by: Daniel Machon <[email protected]>Reviewed-by: Steen Hegelund <[email protected]>Reviewed-by: Jens Emil Schulz Østergaard <[email protected]>Reviewed-by: Horatiu Vultur <[email protected]>Signed-off-by: David S. Miller <[email protected]>