aboutsummaryrefslogtreecommitdiff
path: root/configs/MPC8548CDS_36BIT_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2019-08-27 11:05:29 +0000
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-28 13:47:47 +0530
commit43e881e38b505835dd3d20ab35b5845bc20a1aae (patch)
tree1c1abfd3accdeed8a68426ee60dc736a17dfaf01 /configs/MPC8548CDS_36BIT_defconfig
parent2056121d6760c9fc74aa4b671b07d08ffe69ca37 (diff)
downloadu-boot-43e881e38b505835dd3d20ab35b5845bc20a1aae.zip
u-boot-43e881e38b505835dd3d20ab35b5845bc20a1aae.tar.gz
u-boot-43e881e38b505835dd3d20ab35b5845bc20a1aae.tar.bz2
configs: MPC8548CDS: Enable PCIe driver
Enable the DM PCIe driver in MPC8548CDS defconfig. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/MPC8548CDS_36BIT_defconfig')
-rw-r--r--configs/MPC8548CDS_36BIT_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig
index f259f19..102716b 100644
--- a/configs/MPC8548CDS_36BIT_defconfig
+++ b/configs/MPC8548CDS_36BIT_defconfig
@@ -26,6 +26,10 @@ CONFIG_SYS_FLASH_CFI=y
CONFIG_PHY_MARVELL=y
CONFIG_PHY_GIGE=y
CONFIG_E1000=y
+CONFIG_DM=y
+CONFIG_DM_PCI=y
+CONFIG_DM_PCI_COMPAT=y
+CONFIG_PCIE_FSL=y
CONFIG_MII=y
CONFIG_TSEC_ENET=y
CONFIG_CONS_INDEX=2