aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2022-03-28 22:56:55 +0200
committerTom Rini <trini@konsulko.com>2022-03-31 14:12:01 -0400
commit7d44a98517390030ee68c9278fdae9a7b6db3bf2 (patch)
tree1ce33f505c4ff677a545ab0568d1ef9f4e1ac117
parenta0e71d9614514839630c97ced791dceeec2161d1 (diff)
downloadu-boot-7d44a98517390030ee68c9278fdae9a7b6db3bf2.zip
u-boot-7d44a98517390030ee68c9278fdae9a7b6db3bf2.tar.gz
u-boot-7d44a98517390030ee68c9278fdae9a7b6db3bf2.tar.bz2
lib: Kconfig: enhance the help of OID_REGISTRY
Enhance the help for the config OID_REGISTRY. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index b0e5d60..e749826 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -812,6 +812,10 @@ config ASN1_DECODER
config OID_REGISTRY
bool
help
+ In computing, object identifiers or OIDs are an identifier mechanism
+ standardized by the International Telecommunication Union (ITU) and
+ ISO/IEC for naming any object, concept, or "thing" with a globally
+ unambiguous persistent name (https://en.wikipedia.org/wiki/Object_identifier).
Enable fast lookup object identifier registry.
config SMBIOS_PARSER