diff options
author | Hou Zhiqiang | 2020-07-09 23:31:42 +0800 |
---|---|---|
committer | Priyanka Jain | 2020-07-27 14:24:15 +0530 |
commit | ed188aa88686f2af1025ebe102a6e1be137b85bc (patch) | |
tree | 0335523e45d7b49acf257f82300477f069a1650b /configs/ls1046aqds_SECURE_BOOT_defconfig | |
parent | 4085e3a46a86c10398ceb29e7a90f9345bc85b16 (diff) |
pci: layerscape: Add specific config entry for RC and EP mode driver
Add Root Complex and Endpoint mode specific config entries, such that
it's feasible to enable the RC and/or EP mode driver indepently.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1046aqds_SECURE_BOOT_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1046aqds_SECURE_BOOT_defconfig b/configs/ls1046aqds_SECURE_BOOT_defconfig index caa4221875a..15ff486ff6b 100644 --- a/configs/ls1046aqds_SECURE_BOOT_defconfig +++ b/configs/ls1046aqds_SECURE_BOOT_defconfig @@ -54,7 +54,8 @@ CONFIG_FMAN_ENET=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y -CONFIG_PCIE_LAYERSCAPE=y +CONFIG_PCIE_LAYERSCAPE_RC=y +CONFIG_PCIE_LAYERSCAPE_EP=y CONFIG_SYS_QE_FMAN_FW_IN_NOR=y CONFIG_DM_SCSI=y CONFIG_SYS_NS16550=y |