Re: [RFC PATCH v3 1/8] lib: allow to build asn1 decoder and oid registry in SPL

2021-11-24 Thread Simon Glass
Hi Philippe, On Wed, 17 Nov 2021 at 10:52, Philippe Reynes wrote: > > This commit adds the options: > - SPL_ASN1_DECODER > - SPL_OID_REGISTRY > > Signed-off-by: Philippe Reynes > --- > lib/Kconfig | 6 ++ > lib/Makefile | 7 +-- > 2 files changed, 11 insertions(+), 2 deletions(-) > >

[RFC PATCH v3 1/8] lib: allow to build asn1 decoder and oid registry in SPL

2021-11-17 Thread Philippe Reynes
This commit adds the options: - SPL_ASN1_DECODER - SPL_OID_REGISTRY Signed-off-by: Philippe Reynes --- lib/Kconfig | 6 ++ lib/Makefile | 7 +-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig b/lib/Kconfig index 70bf8e7a46..ebff84f113 100644 ---