summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2022-03-28 23:56:55 +0300
committerTom Rini <trini@konsulko.com>2022-03-31 21:12:01 +0300
commit7d44a98517390030ee68c9278fdae9a7b6db3bf2 (patch)
tree1ce33f505c4ff677a545ab0568d1ef9f4e1ac117 /lib
parenta0e71d9614514839630c97ced791dceeec2161d1 (diff)
downloadu-boot-7d44a98517390030ee68c9278fdae9a7b6db3bf2.tar.xz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index b0e5d60b3d..e749826f22 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