From: Tom Rini Date: Mon, 4 Aug 2025 21:54:24 +0000 (-0600) Subject: remoteproc: Tighten some remoteproc driver dependencies X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=548ae9d1a537464254afac63f802179a24c645d6;p=thirdparty%2Fu-boot.git remoteproc: Tighten some remoteproc driver dependencies 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 --- diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index a3ecea05e20..e9f19a69433 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