From: Tom Rini Date: Fri, 26 Sep 2025 15:31:38 +0000 (-0600) Subject: misc: ti: k3: Tighten K3_FUSE dependencies X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d77a98b3d8c39a1421b7ae44186cb3a1c22ec7a;p=thirdparty%2Fu-boot.git misc: ti: k3: Tighten K3_FUSE dependencies This driver cannot build without access to some platform specific header files. Express those requirements in Kconfig as well. Signed-off-by: Tom Rini --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 29b84430ff5..e3a207866ea 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.