From 5061cbe4d15d5a14413ad724ece25f77811144be Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Mon, 21 Nov 2011 17:31:15 +0200 Subject: [PATCH] --- yaml --- r: 283248 b: refs/heads/master c: de353533753e048b5c4658f0a42365937527ac45 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/Kconfig | 2 +- trunk/security/integrity/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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