diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index d411de53be4f..c1a89185fe6b 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -293,4 +293,12 @@ config MPILIB_EXTRA | |||
293 | This code in unnecessary for RSA digital signature verification, | 293 | This code in unnecessary for RSA digital signature verification, |
294 | and can be compiled if needed. | 294 | and can be compiled if needed. |
295 | 295 | ||
296 | config DIGSIG | ||
297 | tristate "In-kernel signature checker" | ||
298 | depends on CRYPTO | ||
299 | select MPILIB | ||
300 | help | ||
301 | Digital signature verification. Currently only RSA is supported. | ||
302 | Implementation is done using GnuPG MPI library | ||
303 | |||
296 | endmenu | 304 | endmenu |