summaryrefslogtreecommitdiff
path: root/configs/MPC8548CDS_36BIT_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-16 21:10:39 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:06:07 +0300
commit97396cc9ce9963ece8778b3a7c6f918745ef25b2 (patch)
treebada35e043e58663c1ec6f07266b81549be2419f /configs/MPC8548CDS_36BIT_defconfig
parent3b8dfc42a239cbb1561e7ecbc116b69fb6913355 (diff)
downloadu-boot-97396cc9ce9963ece8778b3a7c6f918745ef25b2.tar.xz
Convert CONFIG_SYS_SRIO et al to Kconfig
This converts the following to Kconfig: CONFIG_SRIO1 CONFIG_SRIO2 CONFIG_SRIO_PCIE_BOOT_MASTER CONFIG_SYS_SRIO Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/MPC8548CDS_36BIT_defconfig')
-rw-r--r--configs/MPC8548CDS_36BIT_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig
index 85b055a93f..86a67d7b21 100644
--- a/configs/MPC8548CDS_36BIT_defconfig
+++ b/configs/MPC8548CDS_36BIT_defconfig
@@ -8,6 +8,8 @@ CONFIG_DEFAULT_DEVICE_TREE="mpc8548cds_36b"
CONFIG_ENV_ADDR=0xFFF60000
CONFIG_MPC85xx=y
CONFIG_SYS_INIT_RAM_LOCK=y
+CONFIG_SYS_SRIO=y
+CONFIG_SRIO1=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_MPC8548CDS=y
CONFIG_MPC85XX_HAVE_RESET_VECTOR=y