diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2019-08-27 11:04:35 +0000 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-08-28 13:47:46 +0530 |
commit | a08119bd4711b7c3742e3a629f98724db258e61a (patch) | |
tree | d22a1506ab879b9105e973983ea51347759dbd74 /configs/P2041RDB_SDCARD_defconfig | |
parent | e617bb8d16a7746c0908912700ae1953432f70ff (diff) | |
download | u-boot-a08119bd4711b7c3742e3a629f98724db258e61a.tar.gz u-boot-a08119bd4711b7c3742e3a629f98724db258e61a.tar.bz2 u-boot-a08119bd4711b7c3742e3a629f98724db258e61a.zip |
configs: P2041RDB: Enable PCIe driver
Enable the DM PCIe driver in P2041RDB 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/P2041RDB_SDCARD_defconfig')
-rw-r--r-- | configs/P2041RDB_SDCARD_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/P2041RDB_SDCARD_defconfig b/configs/P2041RDB_SDCARD_defconfig index 1816aa8887..2542526aee 100644 --- a/configs/P2041RDB_SDCARD_defconfig +++ b/configs/P2041RDB_SDCARD_defconfig @@ -40,6 +40,10 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHYLIB=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_FMAN_ENET=y CONFIG_MII=y CONFIG_SYS_QE_FMAN_FW_IN_MMC=y |