From: Konstantin Porotchkin Date: Sun, 4 Dec 2016 16:34:14 +0000 (+0200) Subject: arm64: mvebu: Enable PCIe support in Armada-7040 configuration X-Git-Tag: v2017.01-rc2~13^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d136726f736c1d288aefc292a09287b92ebf0cf;p=u-boot arm64: mvebu: Enable PCIe support in Armada-7040 configuration Enable PCIe bus support in Armada-7040 DB default configuration Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Nadav Haklai Cc: Neta Zur Hershkovits Cc: Omri Itach Cc: Igal Liberman Cc: Haim Boot Cc: Hanna Hawa Signed-off-by: Stefan Roese --- diff --git a/configs/mvebu_db-88f7040_defconfig b/configs/mvebu_db-88f7040_defconfig index e3bdda6e40..d9de2521a5 100644 --- a/configs/mvebu_db-88f7040_defconfig +++ b/configs/mvebu_db-88f7040_defconfig @@ -37,6 +37,9 @@ CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHYLIB=y +CONFIG_PCI=y +CONFIG_DM_PCI=y +CONFIG_PCIE_DW_MVEBU=y CONFIG_MVEBU_COMPHY_SUPPORT=y # CONFIG_SPL_SERIAL_PRESENT is not set CONFIG_DEBUG_UART=y