[PATCH] misc: ti: k3: Tighten K3_FUSE dependencies
Tom Rini
trini at konsulko.com
Fri Sep 26 17:31:38 CEST 2025
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 at konsulko.com>
---
Cc: Harsha Vardhan V M <h-vm at ti.com>
---
drivers/misc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 29b84430ff5f..e3a207866ead 100644
--- 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.
--
2.43.0
More information about the U-Boot
mailing list