]> git.proxmox.com Git - mirror_qemu.git/blame - hw/tpm/Kconfig
i386: Add x-force-features option for testing
[mirror_qemu.git] / hw / tpm / Kconfig
CommitLineData
7aaa6a16 1config TPMDEV
82f51817 2 bool
7aaa6a16 3 depends on TPM
82f51817
PB
4
5config TPM_TIS
6 bool
a7e23159 7 depends on TPM && ISA_BUS
7aaa6a16 8 select TPMDEV
82f51817
PB
9
10config TPM_CRB
11 bool
02017ee3 12 depends on TPM && PC
7aaa6a16 13 select TPMDEV
82f51817
PB
14
15config TPM_PASSTHROUGH
16 bool
7aaa6a16
PB
17 default y
18 # FIXME: should check for x86 host as well
19 depends on TPMDEV && LINUX
82f51817
PB
20
21config TPM_EMULATOR
22 bool
7aaa6a16
PB
23 default y
24 depends on TPMDEV