summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-08-08 15:06:03 +0200
committerMarek Vasut <marex@denx.de>2018-08-14 11:31:25 +0200
commit4f10989280bb91f0981ffe2ffabe936bb2a92364 (patch)
tree83cc12da93840a6a83e9d431c661faded89b46e4 /arch/arm/mach-rmobile
parent664258887ded6cb3a3e4414dd1d4ea34abc0a7d7 (diff)
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 <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.322
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32
index bdca9bb905..076a019135 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"