diff options
author | Minghuan Lian <Minghuan.Lian@nxp.com> | 2016-12-13 14:54:21 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-01-18 09:27:03 -0800 |
commit | 831b4e0cb6a752e7a0a7d2cfe3588e2862ab5e00 (patch) | |
tree | 9d516c351ef8b137089452d69486a9a70e6ffe3b /configs/ls1046aqds_sdcard_ifc_defconfig | |
parent | be6430dc7a4be7818a924050c10fe5336231667e (diff) | |
download | u-boot-831b4e0cb6a752e7a0a7d2cfe3588e2862ab5e00.tar.gz |
armv8: ls1046a: Enable PCIe and E1000 in defconfigs
The patch enables PCIe and E1000 in ls1046a related defconfigs.
Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1046aqds_sdcard_ifc_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/ls1046aqds_sdcard_ifc_defconfig b/configs/ls1046aqds_sdcard_ifc_defconfig index 9995047e15..2f90e4f092 100644 --- a/configs/ls1046aqds_sdcard_ifc_defconfig +++ b/configs/ls1046aqds_sdcard_ifc_defconfig @@ -30,3 +30,9 @@ CONFIG_SPI_FLASH=y CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y +CONFIG_PCI=y +CONFIG_DM_PCI=y +CONFIG_DM_PCI_COMPAT=y +CONFIG_PCIE_LAYERSCAPE=y +CONFIG_NETDEVICES=y +CONFIG_E1000=y |