]> git.baikalelectronics.ru Git - uboot.git/commitdiff
lib: Kconfig: enhance the help of OID_REGISTRY
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 28 Mar 2022 20:56:55 +0000 (22:56 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:01 +0000 (14:12 -0400)
Enhance the help for the config OID_REGISTRY.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
lib/Kconfig

index b0e5d60b3d0b8b8773fd62cbff0d98c632fb4b02..e749826f22d74d0af76eb5fde44d3a8a8f3faa2e 100644 (file)
@@ -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