From: Marek Vasut Date: Tue, 2 Oct 2018 20:48:26 +0000 (+0200) Subject: ARM: rmobile: Enable PHY framework on Gen3 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=806df252c1dafea0bee40f70f7bae050c07ee0c9;p=u-boot.git ARM: rmobile: Enable PHY framework on Gen3 Enable PHY framework on Gen3, this is required for USB EHCI PHY support. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index fc4b3c3219..ac08d6eb12 100644 --- a/arch/arm/mach-rmobile/Kconfig +++ b/arch/arm/mach-rmobile/Kconfig @@ -11,6 +11,7 @@ config RCAR_32 config RCAR_GEN3 bool "Renesas ARM SoCs R-Car Gen3 (64bit)" select ARM64 + select PHY endchoice