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 <trini@konsulko.com>
This commit is contained in:
Tom Rini 2025-09-26 09:31:38 -06:00
parent f34a86c1ef
commit 1d77a98b3d

View 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.