diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-08-20 17:13:41 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-08-26 07:04:49 +0900 |
commit | c4464e163e9ad9d1dab2c2b2ee77e7a3feadab11 (patch) | |
tree | a9ddd58294481ad3dc68ff2abce5e92f4fbd82fb /configs/r8a7796_salvator-x_defconfig | |
parent | 46933dfbe1774d89b7ab2040c09445d63e2232c6 (diff) | |
download | u-boot-c4464e163e9ad9d1dab2c2b2ee77e7a3feadab11.tar.gz |
ARM: rmobile: Enable KSZ90X1 PHY on Salvator-X
Commit da3b9e7fd6a1 (Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig)
broke ethernet support on R8A779x Salvator-X boards by disabling the
KSZ90x1 PHY in Kconfig. Reenable it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Alexandru Gagniuc <alex.g@adaptrum.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7796_salvator-x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig index 247f8785e3..10aa0bed44 100644 --- a/configs/r8a7796_salvator-x_defconfig +++ b/configs/r8a7796_salvator-x_defconfig @@ -25,6 +25,7 @@ CONFIG_CLK=y CONFIG_CLK_RENESAS=y CONFIG_SH_SDHI=y CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_DM_ETH=y CONFIG_RENESAS_RAVB=y CONFIG_SCIF_CONSOLE=y |