Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758540AbcDALmc (ORCPT ); Fri, 1 Apr 2016 07:42:32 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35863 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757187AbcDALma (ORCPT ); Fri, 1 Apr 2016 07:42:30 -0400 Date: Fri, 1 Apr 2016 17:12:26 +0530 From: Viresh Kumar To: Vivek Gautam Cc: vireshk@kernel.org, shiraz.linux.kernel@gmail.com, kishon@ti.com, heiko@sntech.de, maxime.ripard@free-electrons.com, wens@csie.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, spear-devel@list.st.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org, cpgs@samsung.com Subject: Re: [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency Message-ID: <20160401114226.GD2987@vireshk-i7> References: <1459510156-9147-1-git-send-email-gautam.vivek@samsung.com> <1459510156-9147-2-git-send-email-gautam.vivek@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459510156-9147-2-git-send-email-gautam.vivek@samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 37 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/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig > index ea9ea95..c0a62fd 100644 > --- a/arch/arm/mach-spear/Kconfig > +++ b/arch/arm/mach-spear/Kconfig > @@ -29,6 +29,7 @@ if ARCH_SPEAR13XX > config MACH_SPEAR1310 > bool "SPEAr1310 Machine support with Device Tree" > select PINCTRL_SPEAR1310 > + select PHY_PLAT > select PHY_ST_SPEAR1310_MIPHY > help > Supports ST SPEAr1310 machine configured via the device-tree > @@ -36,6 +37,7 @@ config MACH_SPEAR1310 > config MACH_SPEAR1340 > bool "SPEAr1340 Machine support with Device Tree" > select PINCTRL_SPEAR1340 > + select PHY_PLAT > select PHY_ST_SPEAR1340_MIPHY > help > Supports ST SPEAr1340 machine configured via the device-tree Acked-by: Viresh Kumar -- viresh