diff options
author | Kent Yoder <key@linux.vnet.ibm.com> | 2013-02-11 14:36:44 -0500 |
---|---|---|
committer | Kent Yoder <key@linux.vnet.ibm.com> | 2013-02-14 10:36:50 -0500 |
commit | 5b2660326039a32b28766cb4c1a8b1bdcfadc375 (patch) | |
tree | 6e8062294b6a5024e4e1f749873f5e1a302d1ad4 /drivers/char | |
parent | e0751257a64ea10cca96ccb06522bfb10e36cb5b (diff) |
tpm/ibmvtpm: build only when IBM pseries is configured
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/tpm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index 765d1c7e92b9..dbfd56446c31 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
@@ -75,7 +75,7 @@ config TCG_INFINEON | |||
75 | 75 | ||
76 | config TCG_IBMVTPM | 76 | config TCG_IBMVTPM |
77 | tristate "IBM VTPM Interface" | 77 | tristate "IBM VTPM Interface" |
78 | depends on PPC64 | 78 | depends on PPC_PSERIES |
79 | ---help--- | 79 | ---help--- |
80 | If you have IBM virtual TPM (VTPM) support say Yes and it | 80 | If you have IBM virtual TPM (VTPM) support say Yes and it |
81 | will be accessible from within Linux. To compile this driver | 81 | will be accessible from within Linux. To compile this driver |