Skip to content

Commit

Permalink
Revert "ima: remove ACPI dependency"
Browse files Browse the repository at this point in the history
This reverts commit a674fa4.

Previous revert was a prereq.

Signed-off-by: James Morris <[email protected]>
  • Loading branch information
James Morris committed May 6, 2010
1 parent ec4a162 commit 83c36cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/integrity/ima/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
#
config IMA
bool "Integrity Measurement Architecture(IMA)"
depends on ACPI
depends on SECURITY
select SECURITYFS
select CRYPTO
select CRYPTO_HMAC
select CRYPTO_MD5
select CRYPTO_SHA1
select TCG_TPM if !S390
select TCG_TIS if TCG_TPM
select TCG_TPM
select TCG_TIS
help
The Trusted Computing Group(TCG) runtime Integrity
Measurement Architecture(IMA) maintains a list of hash
Expand Down

0 comments on commit 83c36cc

Please sign in to comment.