diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:07:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:04:59 -0400 |
commit | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (patch) | |
tree | 805f9479527bb5be5254ceb5bade28ee9b3719b9 /configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | |
parent | a552ffc9d270769286d7a0697913689c31537bfa (diff) | |
download | u-boot-3dc2987f5c9b79e19ea6b0e69e01a817310abaac.tar.gz u-boot-3dc2987f5c9b79e19ea6b0e69e01a817310abaac.tar.bz2 u-boot-3dc2987f5c9b79e19ea6b0e69e01a817310abaac.zip |
Convert CONFIG_PCIE1 et al to Kconfig
This converts the following to Kconfig:
CONFIG_PCIE1
CONFIG_PCIE2
CONFIG_PCIE3
CONFIG_PCIE4
CONFIG_PCI1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1012aqds_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig b/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig index 0acad021fe..fcc7914b56 100644 --- a/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig @@ -13,6 +13,7 @@ CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y CONFIG_NXP_ESBC=y CONFIG_LAYERSCAPE_NS_ACCESS=y +CONFIG_PCIE1=y CONFIG_FSL_QIXIS=y CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0x9fffffff |