mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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 <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org> Cc: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
d6a61da462
commit
2af5d51cc2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue