diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:11:59 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:41 -0400 |
commit | 3369465ed1a6a9aa9b885a6d7d8e074ecbd782da (patch) | |
tree | ac60be76e1d363caab63156c1390f1ab0c4ee96c /security/integrity | |
parent | c039aff672a540f8976770e74599d350de1805cb (diff) |
um: switch to use of drivers/Kconfig
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'security/integrity')
-rw-r--r-- | security/integrity/ima/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/Kconfig b/security/integrity/ima/Kconfig index b6ecfd4d8d78..5294d7384525 100644 --- a/security/integrity/ima/Kconfig +++ b/security/integrity/ima/Kconfig | |||
@@ -8,7 +8,7 @@ config IMA | |||
8 | select CRYPTO_HMAC | 8 | select CRYPTO_HMAC |
9 | select CRYPTO_MD5 | 9 | select CRYPTO_MD5 |
10 | select CRYPTO_SHA1 | 10 | select CRYPTO_SHA1 |
11 | select TCG_TPM if !S390 | 11 | select TCG_TPM if !S390 && !UML |
12 | select TCG_TIS if TCG_TPM | 12 | select TCG_TIS if TCG_TPM |
13 | help | 13 | help |
14 | The Trusted Computing Group(TCG) runtime Integrity | 14 | The Trusted Computing Group(TCG) runtime Integrity |