ARM: rmobile: Enable PHY framework on Gen3
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 2 Oct 2018 20:48:26 +0000 (22:48 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 3 Oct 2018 10:56:13 +0000 (12:56 +0200)
Enable PHY framework on Gen3, this is required for USB EHCI PHY support.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig

index fc4b3c3..ac08d6e 100644 (file)
@@ -11,6 +11,7 @@ config RCAR_32
 config RCAR_GEN3
        bool "Renesas ARM SoCs R-Car Gen3 (64bit)"
        select ARM64
+       select PHY
 
 endchoice