diff options
author | Tom Rini | 2018-08-17 07:25:04 -0400 |
---|---|---|
committer | Tom Rini | 2018-08-17 07:25:04 -0400 |
commit | 8297e648b82197b7b543b0cc702983fcf98fe82c (patch) | |
tree | 1321a58229aeae0342ad39962648680bad73807a /arch | |
parent | 719afeb0b3c60af82f701f122978b935aa6a5217 (diff) | |
parent | 4f10989280bb91f0981ffe2ffabe936bb2a92364 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index bdca9bb9052..076a019135b 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" |