Re: [PATCH 08/14] net: lpc-enet: allow compile testing

2019-08-06 Thread Sylvain Lemieux
Acked-by: Sylvain Lemieux On Wed, Jul 31, 2019 at 4:01 PM Arnd Bergmann wrote: > > The lpc-enet driver can now be built on all platforms, so > allow compile testing as well. > > Signed-off-by: Arnd Bergmann > --- > drivers/net/ethernet/nxp/Kconfig | 2 +- > drivers/net/ethernet/nxp/lpc_eth.c

[PATCH 08/14] net: lpc-enet: allow compile testing

2019-07-31 Thread Arnd Bergmann
The lpc-enet driver can now be built on all platforms, so allow compile testing as well. Signed-off-by: Arnd Bergmann --- drivers/net/ethernet/nxp/Kconfig | 2 +- drivers/net/ethernet/nxp/lpc_eth.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/nxp/Kc