summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Delaunay <[email protected]>2024-01-15 14:30:54 +0100
committerPatrice Chotard <[email protected]>2024-01-19 15:10:06 +0100
commitc2c2977227624a20f4a7d79e8abe0548b8acf626 (patch)
tree6b0a24ba682df319dd9f922a6f5e1862402aaddd
parent82f5942e51b96ffdfd689ec8b4cbfab5c9b15f7d (diff)
stm32mp: Add dependencies on CMDLINE for command stm32key
We cannot use stm32key commands without CONFIG_CMDLINE so add the required condition. Signed-off-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
-rw-r--r--arch/arm/mach-stm32mp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index a1763ff1999..b9af03d57e3 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -144,6 +144,7 @@ config STM32_ECDSA_VERIFY
config CMD_STM32KEY
bool "command stm32key to fuse public key hash"
+ depends on CMDLINE
help
fuse public key hash in corresponding fuse used to authenticate
binary.