[PATCH] scripts: Kconfig: Update help text for ECDSA support

Jonas Rebmann jre at pengutronix.de
Tue Feb 17 04:11:26 PST 2026


We're also supporting ECDSA in keytoc and within barebox so calling it
an "RSA to C converter" is a bit misleading.

Signed-off-by: Jonas Rebmann <jre at pengutronix.de>
---
 scripts/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Kconfig b/scripts/Kconfig
index 738f69585b..2972d5dbc7 100644
--- a/scripts/Kconfig
+++ b/scripts/Kconfig
@@ -104,7 +104,7 @@ config QOICONV
 	  This enable converting png to qoi images to generate boot logo.
 
 config KEYTOC
-	bool "RSA to C converter" if COMPILE_HOST_TOOLS
+	bool "PEM to C converter" if COMPILE_HOST_TOOLS
 	help
 	  This utility converts public keys in PEM format to either C or
 	  device tree snippets. This requires OpenSSL on the build host

---
base-commit: 74393178faf08f8102c7c370ac310c29112e1137
change-id: 20260217-scripts-kconfig-keytoc-help-397361a7e4d4

Best regards,
--  
Jonas Rebmann <jre at pengutronix.de>




More information about the barebox mailing list