diff mbox series

[RFC,6/6] configs: j784s4_evm_r5_defconfig: Enable BIST

Message ID 20240903114402.2155740-7-n-francis@ti.com
State RFC
Delegated to: Tom Rini
Headers show
Series Add support for K3 BIST | expand

Commit Message

Neha Malcom Francis Sept. 3, 2024, 11:44 a.m. UTC
Enable both the BIST driver and the R5 remoteproc to be able to
successfully probe and trigger BIST tests on MAIN_R5 cores.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
---
 configs/j784s4_evm_r5_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/j784s4_evm_r5_defconfig b/configs/j784s4_evm_r5_defconfig
index a1168819497..450abb35916 100644
--- a/configs/j784s4_evm_r5_defconfig
+++ b/configs/j784s4_evm_r5_defconfig
@@ -126,6 +126,7 @@  CONFIG_POWER_DOMAIN=y
 CONFIG_TI_POWER_DOMAIN=y
 CONFIG_K3_SYSTEM_CONTROLLER=y
 CONFIG_REMOTEPROC_TI_K3_ARM64=y
+CONFIG_REMOTEPROC_TI_K3_R5F=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_DM_SERIAL=y
 CONFIG_SOC_DEVICE=y
@@ -146,3 +147,4 @@  CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
 CONFIG_PANIC_HANG=y
 CONFIG_LIB_RATIONAL=y
 CONFIG_SPL_LIB_RATIONAL=y
+CONFIG_K3_BIST=y