diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2016-12-04 18:34:14 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-12-12 09:05:36 +0100 |
commit | 1d136726f736c1d288aefc292a09287b92ebf0cf (patch) | |
tree | 92c6853bbf1fe65d964c24e31376d60c09155a48 /configs/mvebu_db-88f7040_defconfig | |
parent | b58385df3a448ba90e4ed0b699d275597ff73ea9 (diff) | |
download | u-boot-imx-1d136726f736c1d288aefc292a09287b92ebf0cf.zip u-boot-imx-1d136726f736c1d288aefc292a09287b92ebf0cf.tar.gz u-boot-imx-1d136726f736c1d288aefc292a09287b92ebf0cf.tar.bz2 |
arm64: mvebu: Enable PCIe support in Armada-7040 configuration
Enable PCIe bus support in Armada-7040 DB default configuration
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Neta Zur Hershkovits <neta@marvell.com>
Cc: Omri Itach <omrii@marvell.com>
Cc: Igal Liberman <igall@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_db-88f7040_defconfig')
-rw-r--r-- | configs/mvebu_db-88f7040_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mvebu_db-88f7040_defconfig b/configs/mvebu_db-88f7040_defconfig index e3bdda6..d9de252 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 |