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:
f34a86c
)
misc: ti: k3: Tighten K3_FUSE dependencies
author
Tom Rini
<trini@konsulko.com>
Fri, 26 Sep 2025 15:31:38 +0000
(09:31 -0600)
committer
Tom Rini
<trini@konsulko.com>
Wed, 8 Oct 2025 22:13:02 +0000
(16:13 -0600)
This driver cannot build without access to some platform specific header
files. Express those requirements in Kconfig as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/Kconfig
b/drivers/misc/Kconfig
index
29b8443
..
e3a2078
100644
(file)
--- a/
drivers/misc/Kconfig
+++ b/
drivers/misc/Kconfig
@@
-440,6
+440,7
@@
config STM32MP_FUSE
config K3_FUSE
bool "Enable TI K3 fuse wrapper providing the fuse API"
depends on MISC && CMD_FUSE && CMD_FUSE_WRITEBUFF
+ depends on ARCH_K3
help
If you say Y here, you will get support for the fuse API (OTP)
for TI K3 architecture.