aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 32f3e5ae2be5..4af07ec7f2de 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -276,4 +276,11 @@ config CORDIC
276 so its calculations are in fixed point. Modules can select this 276 so its calculations are in fixed point. Modules can select this
277 when they require this function. Module will be called cordic. 277 when they require this function. Module will be called cordic.
278 278
279config MPILIB
280 tristate "Multiprecision maths library"
281 help
282 Multiprecision maths library from GnuPG.
283 It is used to implement RSA digital signature verification,
284 which is used by IMA/EVM digital signature extension.
285
279endmenu 286endmenu