diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-10 16:41:30 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-23 11:19:49 +0200 |
commit | d714a5be8d570290095592d6663d3af8c3abab65 (patch) | |
tree | 5a7ca70c33db7a07e085988cb48ff5fe1a66148f /configs/s400_defconfig | |
parent | b050a30016ee5577bdd3e64b243902f902450452 (diff) |
board: amlogic: enable PHY_REALTEK for selected boards
When using the generic PHY on boards using an RGMII Realtek PHY,
gigabit speed is not always reliable.
This patch enables the Realtek PHY driver for such boards.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/s400_defconfig')
-rw-r--r-- | configs/s400_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s400_defconfig b/configs/s400_defconfig index 6cd47d0184..db8f80a6d5 100644 --- a/configs/s400_defconfig +++ b/configs/s400_defconfig @@ -26,6 +26,7 @@ CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y +CONFIG_PHY_REALTEK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_MESON_AXG=y CONFIG_DM_REGULATOR=y |