Re: [U-Boot] [PATCH] PowerPC: phy: enable all phylib drivers when use phylib and tsec enet

2018-02-12 Thread York Sun
On 02/06/2018 06:22 PM, Zhao Qiang wrote: > should be included when CONFIG_PHYLIB and > CONFIG_TSEC_ENET are defined. > > Fixes: 3146f0c017 ("Move PHYLIB to Kconfig") > Signed-off-by: Zhao Qiang > --- Applied to fsl-qoriq master, awaiting upstream. Thanks. York

[U-Boot] [PATCH] PowerPC: phy: enable all phylib drivers when use phylib and tsec enet

2018-02-06 Thread Zhao Qiang
should be included when CONFIG_PHYLIB and CONFIG_TSEC_ENET are defined. Fixes: 3146f0c017 ("Move PHYLIB to Kconfig") Signed-off-by: Zhao Qiang --- arch/powerpc/include/asm/config.h |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/include/asm/config.h b/a