Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754508AbaGNLOQ (ORCPT ); Mon, 14 Jul 2014 07:14:16 -0400 Received: from mail-qg0-f45.google.com ([209.85.192.45]:50223 "EHLO mail-qg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752252AbaGNLOD (ORCPT ); Mon, 14 Jul 2014 07:14:03 -0400 MIME-Version: 1.0 In-Reply-To: <1405332522-6162-2-git-send-email-sachin.kamat@samsung.com> References: <1405332522-6162-1-git-send-email-sachin.kamat@samsung.com> <1405332522-6162-2-git-send-email-sachin.kamat@samsung.com> Date: Mon, 14 Jul 2014 16:44:01 +0530 X-Google-Sender-Auth: JhT23qTV1ug4e01ArCjLi1mT7hI Message-ID: Subject: Re: [PATCH 2/2] phy: Kconfig: Update config for Exynos USB DRD From: Vivek Gautam To: Sachin Kamat Cc: "linux-kernel@vger.kernel.org" , "linux-samsung-soc@vger.kernel.org" , kishon , Doug Anderson , Sachin Kamat 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 Mon, Jul 14, 2014 at 3:38 PM, Sachin Kamat wrote: > USB DWC3 driver on Exynos platform does not work without its > corresponding phy driver. Hence make the PHY driver depend on > Exynos DWC3 driver and default it to yes to make things easier > for the end user. > > Signed-off-by: Sachin Kamat > Reviewed-by: Jingoo Han > --- > drivers/phy/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig > index c412ca4..c730e85 100644 > --- a/drivers/phy/Kconfig > +++ b/drivers/phy/Kconfig > @@ -161,8 +161,10 @@ config PHY_EXYNOS5_USBDRD > tristate "Exynos5 SoC series USB DRD PHY driver" > depends on ARCH_EXYNOS5 && OF > depends on HAS_IOMEM > + depends on USB_DWC3_EXYNOS > select GENERIC_PHY > select MFD_SYSCON > + default y > help > Enable USB DRD PHY support for Exynos 5 SoC series. > This driver provides PHY interface for USB 3.0 DRD controller > -- > 1.7.9.5 Tested on Exynos5800 and Exynos5250, with exynos_defconfig patch : http://www.spinics.net/lists/linux-samsung-soc/msg33994.html Tested-by: Vivek Gautam -- Best Regards Vivek Gautam Samsung R&D Institute, Bangalore India -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/