disable tpm/ima on ppc

This commit is contained in:
Kyle McMartin 2011-03-29 20:31:13 -04:00
parent f80257e047
commit 5db0b2d98f
3 changed files with 6 additions and 1 deletions

View File

@ -342,3 +342,6 @@ CONFIG_MPC512X_DMA=m
CONFIG_KVM_GUEST=y
CONFIG_I2C_MPC=m
# CONFIG_IMA is not set
# CONFIG_TCG_TPM is not set

View File

@ -137,7 +137,6 @@ CONFIG_VIRTUALIZATION=y
# CONFIG_MEMSTICK is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_TCG_TPM is not set
# PPC gets sad with debug alloc (bz 448598)
# CONFIG_DEBUG_PAGEALLOC is not set

View File

@ -1941,6 +1941,9 @@ fi
# and build.
%changelog
* Tue Mar 29 2011 Kyle McMartin <kmcmartin@redhat.com>
- Disable CONFIG_IMA, CONFIG_TCG_TPM on powerpc (#689468)
* Tue Mar 29 2011 Kyle McMartin <kmcmartin@redhat.com>
- Disable qla4xxx (CONFIG_SCSI_QLA_ISCSI) driver on powerpc32 (#686199)