diff --git a/[refs] b/[refs] index 98679b136c16..efa0c747ad26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e2c5b28f8086cd2f678ade0ea21d8c3cc058c53 +refs/heads/master: de353533753e048b5c4658f0a42365937527ac45 diff --git a/trunk/lib/Kconfig b/trunk/lib/Kconfig index c1a89185fe6b..5634e473ff6d 100644 --- a/trunk/lib/Kconfig +++ b/trunk/lib/Kconfig @@ -295,7 +295,7 @@ config MPILIB_EXTRA config DIGSIG tristate "In-kernel signature checker" - depends on CRYPTO + depends on KEYS select MPILIB help Digital signature verification. Currently only RSA is supported. diff --git a/trunk/security/integrity/Kconfig b/trunk/security/integrity/Kconfig index d87fa2a8fa3b..d384ea921482 100644 --- a/trunk/security/integrity/Kconfig +++ b/trunk/security/integrity/Kconfig @@ -5,7 +5,7 @@ config INTEGRITY config INTEGRITY_DIGSIG boolean "Digital signature verification using multiple keyrings" - depends on INTEGRITY + depends on INTEGRITY && KEYS default n select DIGSIG help