aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af6c7f8ba019..66cc885abbc6 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1612,4 +1612,12 @@ config PADATA
1612 depends on SMP 1612 depends on SMP
1613 bool 1613 bool
1614 1614
1615config ASN1
1616 tristate
1617 help
1618 Build a simple ASN.1 grammar compiler that produces a bytecode output
1619 that can be interpreted by the ASN.1 stream decoder and used to
1620 inform it as to what tags are to be expected in a stream and what
1621 functions to call on what tags.
1622
1615source "kernel/Kconfig.locks" 1623source "kernel/Kconfig.locks"