diff options
author | Stefan Roese <sr@denx.de> | 2017-02-20 11:25:26 (GMT) |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 05:42:29 (GMT) |
commit | def844299cfbe65a625ace8d724e92063f3fce9f (patch) | |
tree | 744e1af1902bc2e8db1d817a7f760c0e1b69992d /configs/mvebu_db-88f7040_defconfig | |
parent | a6555ebe1bd8bde87c7baccd83ce127bb1a6f098 (diff) | |
download | u-boot-def844299cfbe65a625ace8d724e92063f3fce9f.tar.xz |
arm64: mvebu: armada-7k/8k: Enable MVPP2 ethernet driver
Since we've now integrated the A7k/8k support in the mvpp2 ethernet
driver, lets enable the support for both Marvell developments boards.
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/mvebu_db-88f7040_defconfig')
-rw-r--r-- | configs/mvebu_db-88f7040_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mvebu_db-88f7040_defconfig b/configs/mvebu_db-88f7040_defconfig index f20158a..fdafeb6 100644 --- a/configs/mvebu_db-88f7040_defconfig +++ b/configs/mvebu_db-88f7040_defconfig @@ -47,7 +47,7 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y -CONFIG_PHYLIB=y +CONFIG_MVPP2=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_PCIE_DW_MVEBU=y |