VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: James Bottomley <James.Bottomley@HansenPartnership.com> 2021-01-27 11:06:13 -0800 committer: Jarkko Sakkinen <jarkko@kernel.org> 2021-04-14 16:30:30 +0300 commit: b07067627cd5f1f6dc60c224b47c728f7f4b7b45 parent: 9716ac65efc8f780549b03bddf41e60c445d4709
Commit Summary:
lib: Add ASN.1 encoder
Diffstat:
1 file changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index a38cc61256f1..ac3b30697b2b 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -701,3 +701,6 @@ config GENERIC_LIB_DEVMEM_IS_ALLOWED
 config PLDMFW
 	bool
 	default n
+
+config ASN1_ENCODER
+       tristate