From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Fri, 29 May 2015 13:09:39 +0000 Subject: Re: [PATCHv3 1/4] phy: phy-core: Make GENERIC_PHY an invisible option Message-Id: <20150529130939.GG27479@htj.duckdns.org> List-Id: References: <1429743853-10254-1-git-send-email-arun.ramamurthy@broadcom.com> <1429743853-10254-2-git-send-email-arun.ramamurthy@broadcom.com> <55685D7E.9000700@ti.com> In-Reply-To: <55685D7E.9000700@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, May 29, 2015 at 06:07:18PM +0530, Kishon Vijay Abraham I wrote: > Tejun, Maxime, Sylwester, Kyungmin > > On Thursday 23 April 2015 04:34 AM, Arun Ramamurthy wrote: > >Most of the phy providers use "select" to enable GENERIC_PHY. Since select > >is only recommended when the config is not visible, GENERIC_PHY is changed > >an invisible option. To maintain consistency, all phy providers are changed > >to "select" GENERIC_PHY and all non-phy drivers use "depends on" when the > >phy framework is explicity required. USB_MUSB_OMAP2PLUS has a cyclic > >dependency, so it is left as "select". > > > >Signed-off-by: Arun Ramamurthy > > Need your ACK for this patch. For ATA part, Acked-by: Tejun Heo Thanks. -- tejun