From: Marek Vasut Date: Wed, 8 Aug 2018 13:06:03 +0000 (+0200) Subject: ARM: rmobile: Enable USB PHY on Gen2 X-Git-Tag: v2018.09-rc3~58^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f10989280bb91f0981ffe2ffabe936bb2a92364;p=platform%2Fkernel%2Fu-boot.git ARM: rmobile: Enable USB PHY on Gen2 Enable support for USB PHY on the R-Car Gen2. This allows for both of the USB host ports to be used on such boards. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index bdca9bb..076a019 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -6,6 +6,8 @@ config ARCH_RMOBILE_BOARD_STRING config RCAR_GEN2 bool "Renesas RCar Gen2" + select PHY + select PHY_RCAR_GEN2 config R8A7740 bool "Renesas SoC R8A7740"