[PATCH] remoteproc: Tighten some remoteproc driver dependencies
Tom Rini
trini at konsulko.com
Mon Aug 4 23:54:24 CEST 2025
The TI IPU remoteproc driver cannot build without access to some
platform specific header files. Express that requirements in Kconfig as
well.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
drivers/remoteproc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index a3ecea05e20f..e9f19a694332 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -125,6 +125,7 @@ config REMOTEPROC_TI_PRU
config REMOTEPROC_TI_IPU
bool "Support for TI's K3 based IPU remoteproc driver"
select REMOTEPROC
+ depends on ARCH_K3
depends on DM
depends on SPL_DRIVERS_MISC
depends on SPL_FS_LOADER
--
2.43.0
More information about the U-Boot
mailing list