diff options
author | Marek Vasut | 2018-10-02 22:48:26 +0200 |
---|---|---|
committer | Marek Vasut | 2018-10-03 12:56:13 +0200 |
commit | 806df252c1dafea0bee40f70f7bae050c07ee0c9 (patch) | |
tree | adcf269fd22d919f0807e3dcdea5546dcd967679 /arch/arm/mach-rmobile | |
parent | 6cfc3d664ed688e1a10834766776ffb450f09ce4 (diff) |
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 <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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index fc4b3c32192..ac08d6eb125 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 |