From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755370AbaICDx7 (ORCPT ); Tue, 2 Sep 2014 23:53:59 -0400 Received: from mail-qa0-f44.google.com ([209.85.216.44]:51144 "EHLO mail-qa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754568AbaICDx5 (ORCPT ); Tue, 2 Sep 2014 23:53:57 -0400 MIME-Version: 1.0 In-Reply-To: <20140828192824.GR16689@saruman.home> References: <1409212920-28526-1-git-send-email-gautam.vivek@samsung.com> <1409212920-28526-5-git-send-email-gautam.vivek@samsung.com> <20140828192824.GR16689@saruman.home> Date: Wed, 3 Sep 2014 09:23:55 +0530 X-Google-Sender-Auth: 9QDy_F7iFyvkct1gNvKlxiQKH1E Message-ID: Subject: Re: [PATCH 4/5] usb: dwc3: Adding Kconfig dependency for Exynos7 From: Vivek Gautam To: Felipe Balbi Cc: Linux USB Mailing List , "devicetree@vger.kernel.org" , "linux-samsung-soc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-omap@vger.kernel.org" , Greg KH , kishon , Kukjin Kim Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 29, 2014 at 12:58 AM, Felipe Balbi wrote: > On Thu, Aug 28, 2014 at 01:31:59PM +0530, Vivek Gautam wrote: >> The Exynos-DWC3 USB 3.0 DRD controller is also present on >> Exynos7 platform, so adding the dependency on ARCH_EXYNOS7 >> for this driver. >> >> Signed-off-by: Vivek Gautam >> --- >> drivers/usb/dwc3/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig >> index 785510a..e235894 100644 >> --- a/drivers/usb/dwc3/Kconfig >> +++ b/drivers/usb/dwc3/Kconfig >> @@ -55,7 +55,7 @@ config USB_DWC3_OMAP >> >> config USB_DWC3_EXYNOS >> tristate "Samsung Exynos Platform" >> - depends on ARCH_EXYNOS || COMPILE_TEST >> + depends on (ARCH_EXYNOS || ARCH_EXYNOS7) || COMPILE_TEST > > wait when building for ARCH_EXYNOS7 you don't get ARCH_EXYNOS ? Right, we do get it now in V2 patch series for Exynos7 [1], but it wasn't available in the first series [2]. Will drop this patch now. [1] http://www.spinics.net/lists/linux-samsung-soc/msg36378.html [2] http://www.spinics.net/lists/arm-kernel/msg357382.html -- Best Regards Vivek Gautam Samsung R&D Institute, Bangalore India