]> git.proxmox.com Git - mirror_qemu.git/blob - hw/tpm/Kconfig
tests/avocado: use snapshot=on in kvm_xen_guest
[mirror_qemu.git] / hw / tpm / Kconfig
1 config TPM_TIS_I2C
2 bool
3 depends on TPM
4 select TPM_BACKEND
5 select I2C
6 select TPM_TIS
7
8 config TPM_TIS_ISA
9 bool
10 depends on TPM && ISA_BUS
11 select TPM_TIS
12
13 config TPM_TIS_SYSBUS
14 bool
15 depends on TPM
16 select TPM_TIS
17
18 config TPM_TIS
19 bool
20 depends on TPM
21 select TPM_BACKEND
22
23 config TPM_CRB
24 bool
25 depends on TPM && PC
26 select TPM_BACKEND
27
28 config TPM_SPAPR
29 bool
30 default y
31 depends on TPM && PSERIES
32 select TPM_BACKEND