Re: [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency

2016-04-01 Thread Viresh Kumar
On 01-04-16, 16:59, Vivek Gautam wrote: > mach-spear enables PHY_ST_SPEAR1310_MIPHY and > PHY_ST_SPEAR1340_MIPHY, which now fall under PHY_PLAT > config. So select CONFIG_PHY_PLAT as well to resolve > dependencies. > > Signed-off-by: Vivek Gautam > Cc: Shiraz Hashim > --- > arch/arm/mach-spear/

[PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency

2016-04-01 Thread Vivek Gautam
mach-spear enables PHY_ST_SPEAR1310_MIPHY and PHY_ST_SPEAR1340_MIPHY, which now fall under PHY_PLAT config. So select CONFIG_PHY_PLAT as well to resolve dependencies. Signed-off-by: Vivek Gautam Cc: Shiraz Hashim --- arch/arm/mach-spear/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --gi