mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-23 18:32:07 +01:00
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:
parent
f34a86c1ef
commit
1d77a98b3d
@ -440,6 +440,7 @@ config STM32MP_FUSE
|
|||||||
config K3_FUSE
|
config K3_FUSE
|
||||||
bool "Enable TI K3 fuse wrapper providing the fuse API"
|
bool "Enable TI K3 fuse wrapper providing the fuse API"
|
||||||
depends on MISC && CMD_FUSE && CMD_FUSE_WRITEBUFF
|
depends on MISC && CMD_FUSE && CMD_FUSE_WRITEBUFF
|
||||||
|
depends on ARCH_K3
|
||||||
help
|
help
|
||||||
If you say Y here, you will get support for the fuse API (OTP)
|
If you say Y here, you will get support for the fuse API (OTP)
|
||||||
for TI K3 architecture.
|
for TI K3 architecture.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user