diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2019-08-27 11:04:49 +0000 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-08-28 13:47:46 +0530 |
commit | 453b5604148f534899b02f3f6e8b2a201568b674 (patch) | |
tree | 1b4f691c845a4c6695d0016ac89d7ba6d8806f23 /configs/P3041DS_NAND_defconfig | |
parent | 7bf7edd4231c5dbf0d4f7a9606a39ae4a622b4d9 (diff) | |
download | u-boot-453b5604148f534899b02f3f6e8b2a201568b674.tar.gz |
configs: P3041DS: Enable PCIe driver
Enable the DM PCIe driver in P3041DS 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/P3041DS_NAND_defconfig')
-rw-r--r-- | configs/P3041DS_NAND_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/P3041DS_NAND_defconfig b/configs/P3041DS_NAND_defconfig index fdea8117b4..7f8145fe4c 100644 --- a/configs/P3041DS_NAND_defconfig +++ b/configs/P3041DS_NAND_defconfig @@ -41,6 +41,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_NAND=y |