diff options
| author | Marek Vasut <[email protected]> | 2018-08-13 21:02:54 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-08-13 22:35:42 +0200 |
| commit | 2af5d51cc27966af87d195438742bf0ee93ec9db (patch) | |
| tree | 4a4b2b36b40b55d3086afcbb062edd1ddfd7eaf5 | |
| parent | d6a61da4623bd145077c3ef33aa7e0a2386e6ced (diff) | |
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 <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Ley Foon Tan <[email protected]>
| -rw-r--r-- | configs/socfpga_arria10_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index 4278bd06c88..2fc9e6bb1a8 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 |
