diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2020-07-09 23:31:42 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-07-27 14:24:15 +0530 |
commit | ed188aa88686f2af1025ebe102a6e1be137b85bc (patch) | |
tree | 0335523e45d7b49acf257f82300477f069a1650b /configs/ls1021atwr_nor_defconfig | |
parent | 4085e3a46a86c10398ceb29e7a90f9345bc85b16 (diff) | |
download | u-boot-ed188aa88686f2af1025ebe102a6e1be137b85bc.tar.gz |
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/ls1021atwr_nor_defconfig')
-rw-r--r-- | configs/ls1021atwr_nor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig index 5507dbe3c1..4e0ce7f66a 100644 --- a/configs/ls1021atwr_nor_defconfig +++ b/configs/ls1021atwr_nor_defconfig @@ -54,7 +54,7 @@ CONFIG_TSEC_ENET=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y -CONFIG_PCIE_LAYERSCAPE=y +CONFIG_PCIE_LAYERSCAPE_RC=y CONFIG_DM_SCSI=y CONFIG_SPECIFY_CONSOLE_INDEX=y CONFIG_DM_SERIAL=y |