[U-Boot] [PATCHv2 7/8] armv8: lx2160a: enable PCIe support on RDB	defconfig
    Z.q. Hou 
    zhiqiang.hou at nxp.com
       
    Wed Nov 21 10:43:23 UTC 2018
    
    
  
From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
Enable the PCIe Gen4 controller driver and e1000 for LX2160ARDB.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
V2:
 - Changed the macro name accordingly.
 - Reworded the commit description.
 configs/lx2160ardb_tfa_defconfig | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig
index fb1102ec64..07bb6728fe 100644
--- a/configs/lx2160ardb_tfa_defconfig
+++ b/configs/lx2160ardb_tfa_defconfig
@@ -51,6 +51,11 @@ CONFIG_CMD_MII=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_EXT2=y
+CONFIG_PCI=y
+CONFIG_DM_PCI=y
+CONFIG_DM_PCI_COMPAT=y
+CONFIG_PCIE_LAYERSCAPE_GEN4=y
+CONFIG_E1000=y
 CONFIG_NET=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
-- 
2.17.1
    
    
More information about the U-Boot
mailing list