git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae7725
)
remoteproc: Tighten some remoteproc driver dependencies
author
Tom Rini
<trini@konsulko.com>
Mon, 4 Aug 2025 21:54:24 +0000
(15:54 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/Kconfig
b/drivers/remoteproc/Kconfig
index
a3ecea0
..
e9f19a6
100644
(file)
--- 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