Re: [PATCH] net: mscc: ocelot: Allow using without PCI on t1040 SoC

2020-10-14 Thread Vladimir Oltean
Hi Maxim, On Wed, Oct 14, 2020 at 09:11:05AM +0300, Maxim Kochetkov wrote: > There is no need to select FSL_ENETC_MDIO on t1040 SoC (ppc). > > Signed-off-by: Maxim Kochetkov > --- Please submit your changes after you've used net-next for a while. https://git.kernel.org/pub/scm/linux/kernel/git/

[PATCH] net: mscc: ocelot: Allow using without PCI on t1040 SoC

2020-10-13 Thread Maxim Kochetkov
There is no need to select FSL_ENETC_MDIO on t1040 SoC (ppc). Signed-off-by: Maxim Kochetkov --- drivers/net/dsa/ocelot/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/dsa/ocelot/Kconfig b/drivers/net/dsa/ocelot/Kconfig index 2d23ccef7d0e..307331e7783c