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 <geert+renesas@glider.be>Reviewed-by: Daniel Machon <daniel.machon@microchip.com>Link: https://patch.msgid.link/8e2bcd8899c417a962b7ee3f75b29f35b25d7933.1727171879.git.geert+renesas@glider.beSigned-off-by: Paolo Abeni <pabeni@redhat.com>
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 <daniel.machon@microchip.com>Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com>Reviewed-by: Jens Emil Schulz Østergaard <jensemil.schulzostergaard@microchip.com>Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>Signed-off-by: David S. Miller <davem@davemloft.net>