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>
This commit is contained in:
Philippe Reynes 2022-03-28 22:56:55 +02:00 committed by Tom Rini
parent a0e71d9614
commit 7d44a98517

View 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