From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752738AbaIAIAZ (ORCPT ); Mon, 1 Sep 2014 04:00:25 -0400 Received: from mail-qc0-f176.google.com ([209.85.216.176]:63013 "EHLO mail-qc0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752465AbaIAIAX (ORCPT ); Mon, 1 Sep 2014 04:00:23 -0400 MIME-Version: 1.0 In-Reply-To: References: <1409212920-28526-1-git-send-email-gautam.vivek@samsung.com> <1409212920-28526-6-git-send-email-gautam.vivek@samsung.com> Date: Mon, 1 Sep 2014 13:30:21 +0530 X-Google-Sender-Auth: Fa8nkfDxAwnZhJVbVe9YDinX_CY Message-ID: Subject: Re: [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7 From: Vivek Gautam To: Daniele Forsi Cc: USB 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 Kroah-Hartman , Felipe Balbi , 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 Thu, Aug 28, 2014 at 8:36 PM, Daniele Forsi wrote: > 2014-08-28 10:02 GMT+02:00 Vivek Gautam: > >> This USB 3.0 PHY controller is also present on Exynos7 >> platform, so adding the dependency on ARCH_EXYNOS7 for this driver. > >> +++ b/drivers/phy/Kconfig >> @@ -186,7 +186,7 @@ config PHY_EXYNOS5250_USB2 >> >> config PHY_EXYNOS5_USBDRD >> tristate "Exynos5 SoC series USB DRD PHY driver" >> - depends on ARCH_EXYNOS5 && OF >> + depends on (ARCH_EXYNOS5 || ARCH_EXYNOS7) && OF > > shouldn't that prompt and its help text be updated to mention also Exynos7? Right, even that has to be updated accordingly. Will update the same in next version of the patch. Thanks for pointing this. -- Best Regards Vivek Gautam Samsung R&D Institute, Bangalore India