projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfc3d6
)
ARM: rmobile: Enable PHY framework on Gen3
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Tue, 2 Oct 2018 20:48:26 +0000
(22:48 +0200)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/Kconfig
b/arch/arm/mach-rmobile/Kconfig
index fc4b3c321926d9b316f039215bbdd88ec6472be9..ac08d6eb12597b1119b2581a437ae217937fdd59 100644
(file)
--- 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