Fix iotest 153
[qemu/ar7.git] / hw / tpm / Kconfig
blob4794e7fe28ae052073d220b3e046f7d95bef019e
1 config TPMDEV
2     bool
3     depends on TPM
5 config TPM_TIS_ISA
6     bool
7     depends on TPM && ISA_BUS
8     select TPM_TIS
10 config TPM_TIS_SYSBUS
11     bool
12     depends on TPM
13     select TPM_TIS
15 config TPM_TIS
16     bool
17     depends on TPM
18     select TPMDEV
20 config TPM_CRB
21     bool
22     depends on TPM && PC
23     select TPMDEV
25 config TPM_PASSTHROUGH
26     bool
27     default y
28     # FIXME: should check for x86 host as well
29     depends on TPMDEV && LINUX
31 config TPM_EMULATOR
32     bool
33     default y
34     depends on TPMDEV
36 config TPM_SPAPR
37     bool
38     default y
39     depends on TPM && PSERIES
40     select TPMDEV