From: Marek Vasut Date: Mon, 13 Aug 2018 19:02:54 +0000 (+0200) Subject: ARM: socfpga: Enable DM ethernet on A10 X-Git-Tag: v2018.09-rc3~59^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2af5d51cc27966af87d195438742bf0ee93ec9db;p=oweals%2Fu-boot.git ARM: socfpga: Enable DM ethernet on A10 Enable DM ethernet framework on Arria10, so that the designware GMAC can be probed from DT as it should be. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Ley Foon Tan --- diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index 4278bd06c8..2fc9e6bb1a 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -34,5 +34,7 @@ CONFIG_DWAPB_GPIO=y CONFIG_DM_MMC=y CONFIG_MTD_DEVICE=y CONFIG_MTD_PARTITIONS=y +CONFIG_DM_ETH=y +CONFIG_ETH_DESIGNWARE=y CONFIG_SPI=y CONFIG_USE_TINY_PRINTF=y