
Enable PCIe config options in LS1088 SD Secure Boot defconfig
Signed-off-by: Vinitha V Pillai vinitha.pillai@nxp.com ---
Changes in v2: Changed the commit message and added reviewers
configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig index 7341fef..974b8fb 100644 --- a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig +++ b/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig @@ -43,6 +43,10 @@ CONFIG_FSL_SPI_ALIGNED_TXFIFO=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_NETDEVICES=y CONFIG_E1000=y +CONFIG_PCI=y +CONFIG_DM_PCI=y +CONFIG_DM_PCI_COMPAT=y +CONFIG_PCIE_LAYERSCAPE=y CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y