On 8/29/25 12:34 AM, Beleswar Padhi wrote:
This reverts commit 548ae9d1a537464254afac63f802179a24c645d6.

The IPU remote processor is only present in TI OMAP SoCs. Remove the
ARCH_K3 dependency from Kconfig. This driver builds just fine without
ARCH_K3 config.

Signed-off-by: Beleswar Padhi <b-pa...@ti.com>
---
  drivers/remoteproc/Kconfig | 1 -
  1 file changed, 1 deletion(-)

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index e9f19a69433..a3ecea05e20 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -125,7 +125,6 @@ config REMOTEPROC_TI_PRU
  config REMOTEPROC_TI_IPU
        bool "Support for TI's K3 based IPU remoteproc driver"
        select REMOTEPROC
-       depends on ARCH_K3

The original commit seems to indicate there are some platforms
were this does not build, maybe depend on ARCH_OMAP2PLUS

Andrew

        depends on DM
        depends on SPL_DRIVERS_MISC
        depends on SPL_FS_LOADER

Reply via email to