]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
remoteproc: Tighten some remoteproc driver dependencies
authorTom Rini <trini@konsulko.com>
Mon, 4 Aug 2025 21:54:24 +0000 (15:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Aug 2025 16:59:12 +0000 (10:59 -0600)
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@konsulko.com>
drivers/remoteproc/Kconfig

index a3ecea05e20f44e6189078a028433aa4f0c02609..e9f19a694332bf255c0144467264193873dd6384 100644 (file)
@@ -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