diff options
| author | AKASHI Takahiro <[email protected]> | 2019-11-13 09:44:57 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-06 16:44:20 -0500 |
| commit | a9b45e6e8382d59f416e3ba7cbda66bca6e33c10 (patch) | |
| tree | f3b668a4ab05867882603986f682f150dbf2d06a /lib/Kconfig | |
| parent | e2c04fafc836274c4b04c2439511675350c6df31 (diff) | |
lib: add oid registry utility
Imported from linux kernel v5.3:
build_OID_registry without changes
oid_registry.h without changes
oid_registry.c with changes marked as __UBOOT__
Signed-off-by: AKASHI Takahiro <[email protected]>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 1d1debcae78..4d06f7e74fb 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -574,6 +574,11 @@ config ASN1_DECODER help Enable asn1 decoder library. +config OID_REGISTRY + bool + help + Enable fast lookup object identifier registry. + source lib/efi/Kconfig source lib/efi_loader/Kconfig source lib/optee/Kconfig |
