Message ID | 1579954983-11329-22-git-send-email-amittomer25@gmail.com |
---|---|
State | New |
Headers | show |
Series | Actions S700 SoC support | expand |
diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig index 0459997..59c8705 100644 --- a/configs/cubieboard7_defconfig +++ b/configs/cubieboard7_defconfig @@ -13,4 +13,8 @@ CONFIG_SYS_PROMPT="U-Boot => " CONFIG_CMD_MD5SUM=y CONFIG_CMD_MEMINFO=y CONFIG_CMD_TIMER=y +CONFIG_ETH_DESIGNWARE_S700=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_PHY_REALTEK=y +CONFIG_RTL8201F_PHY_S700_RMII_TIMINGS=y CONFIG_DEFAULT_DEVICE_TREE="s700-cubieboard7"
This patch adds MAC and PHY related configs(needed for proper ethernet operations) for Action Semi S700 SoC. Signed-off-by: Amit Singh Tomar <amittomer25 at gmail.com> --- Changes since v2: * Newly added patch, not there in v2/v1. --- configs/cubieboard7_defconfig | 4 ++++ 1 file changed, 4 insertions(+)