]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
misc: ti: k3: Tighten K3_FUSE dependencies
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:31:38 +0000 (09:31 -0600)
committerTom 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

index 29b84430ff5f5ce546dd1c4d8fb69a1f8168d9a6..e3a207866ead769a4ae5be208f12aa2b840ffd27 100644 (file)
@@ -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.