Re: [PATCH 1/2] ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoC

2016-11-16 Thread Peter Robinson
On Mon, Nov 7, 2016 at 2:41 AM, David Miller wrote: > From: Peter Robinson > Date: Sun, 6 Nov 2016 20:04:37 + > >> There's not much point, except compile test, enabling the stmmac >> platform drivers unless the STM32 SoC is enabled. It's not >> useful without it. >> >> Signed-off-by: Peter R

Re: [PATCH 1/2] ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoC

2016-11-06 Thread David Miller
From: Peter Robinson Date: Sun, 6 Nov 2016 20:04:37 + > There's not much point, except compile test, enabling the stmmac > platform drivers unless the STM32 SoC is enabled. It's not > useful without it. > > Signed-off-by: Peter Robinson Please don't post just some of the patches in a patc

[PATCH 1/2] ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoC

2016-11-06 Thread Peter Robinson
There's not much point, except compile test, enabling the stmmac platform drivers unless the STM32 SoC is enabled. It's not useful without it. Signed-off-by: Peter Robinson --- drivers/net/ethernet/stmicro/stmmac/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers