summaryrefslogtreecommitdiff
path: root/configs/P2041RDB_SDCARD_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/P2041RDB_SDCARD_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/P2041RDB_SDCARD_defconfig')
-rw-r--r--configs/P2041RDB_SDCARD_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/P2041RDB_SDCARD_defconfig b/configs/P2041RDB_SDCARD_defconfig
index f9f4c31ddb..cec55a1412 100644
--- a/configs/P2041RDB_SDCARD_defconfig
+++ b/configs/P2041RDB_SDCARD_defconfig
@@ -6,6 +6,10 @@ CONFIG_ENV_OFFSET=0xCF400
CONFIG_DEFAULT_DEVICE_TREE="p2041rdb"
CONFIG_MPC85xx=y
CONFIG_SYS_INIT_RAM_LOCK=y
+CONFIG_SYS_SRIO=y
+CONFIG_SRIO1=y
+CONFIG_SRIO2=y
+CONFIG_SRIO_PCIE_BOOT_MASTER=y
CONFIG_TARGET_P2041RDB=y
CONFIG_MPC85XX_HAVE_RESET_VECTOR=y
CONFIG_ENABLE_36BIT_PHYS=y