diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2019-08-27 11:04:11 +0000 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-08-28 13:47:46 +0530 |
commit | 2bc49ecb68ed71b36337f5c81f7edc8e816c1048 (patch) | |
tree | 779e338facb9adcda0289e579ad88c072e7dca66 /configs/P1020RDB-PD_defconfig | |
parent | c1e486e81a8d8aa6ecc1979cd3de69d61b96f606 (diff) | |
download | u-boot-2bc49ecb68ed71b36337f5c81f7edc8e816c1048.tar.gz |
configs: P1020RDB: Enable PCIe driver
Enable the DM PCIe driver in P1020RDB 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/P1020RDB-PD_defconfig')
-rw-r--r-- | configs/P1020RDB-PD_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/P1020RDB-PD_defconfig b/configs/P1020RDB-PD_defconfig index f87cfb3ee0..217ae7b1e6 100644 --- a/configs/P1020RDB-PD_defconfig +++ b/configs/P1020RDB-PD_defconfig @@ -45,6 +45,10 @@ CONFIG_SPI_FLASH_SPANSION=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_SYS_NS16550=y |