]> git.proxmox.com Git - mirror_qemu.git/blame - hw/tpm/Kconfig
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200506' into staging
[mirror_qemu.git] / hw / tpm / Kconfig
CommitLineData
7aaa6a16 1config TPMDEV
82f51817 2 bool
7aaa6a16 3 depends on TPM
82f51817 4
2e8f7675 5config TPM_TIS_ISA
82f51817 6 bool
a7e23159 7 depends on TPM && ISA_BUS
2e8f7675
EA
8 select TPM_TIS
9
229de57a
EA
10config TPM_TIS_SYSBUS
11 bool
12 depends on TPM
13 select TPM_TIS
14
2e8f7675
EA
15config TPM_TIS
16 bool
17 depends on TPM
7aaa6a16 18 select TPMDEV
82f51817
PB
19
20config TPM_CRB
21 bool
02017ee3 22 depends on TPM && PC
7aaa6a16 23 select TPMDEV
82f51817
PB
24
25config TPM_PASSTHROUGH
26 bool
7aaa6a16
PB
27 default y
28 # FIXME: should check for x86 host as well
29 depends on TPMDEV && LINUX
82f51817
PB
30
31config TPM_EMULATOR
32 bool
7aaa6a16
PB
33 default y
34 depends on TPMDEV
3676bc69
SB
35
36config TPM_SPAPR
37 bool
942e7954 38 default y
3676bc69
SB
39 depends on TPM && PSERIES
40 select TPMDEV