From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH 3/3] usb: phy: msm: enable build on other architectures Date: Sat, 03 May 2014 10:00:31 +0300 Message-ID: <1399100431.7131.5.camel@violet> References: <1398875916-14461-1-git-send-email-balbi@ti.com> <1398875916-14461-3-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ns.mm-sol.com ([37.157.136.199]:44933 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750829AbaECHAc (ORCPT ); Sat, 3 May 2014 03:00:32 -0400 In-Reply-To: <1398875916-14461-3-git-send-email-balbi@ti.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Felipe Balbi Cc: tim.bird@sonymobile.com, linux-arm-msm@vger.kernel.org, Linux USB Mailing List On Wed, 2014-04-30 at 11:38 -0500, Felipe Balbi wrote: > By adding COMPILE_TEST to the list of dependencies > we can build test this driver on all other architectures > which is very valuable for maintainers applying patches > and to find silly mistakes during development. > > Signed-off-by: Felipe Balbi Reviewed-by: Ivan T. Ivanov > --- > drivers/usb/phy/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig > index 0c668a3..fbbced8 100644 > --- a/drivers/usb/phy/Kconfig > +++ b/drivers/usb/phy/Kconfig > @@ -172,7 +172,7 @@ config USB_ISP1301 > > config USB_MSM_OTG > tristate "Qualcomm on-chip USB OTG controller support" > - depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM) > + depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST) > select USB_PHY > help > Enable this to support the USB OTG transceiver on Qualcomm chips. It