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 <tr...@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

Reply via email to