forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
381 B
Plaintext
26 lines
381 B
Plaintext
config TPM_TIS_ISA
|
|
bool
|
|
depends on TPM && ISA_BUS
|
|
select TPM_TIS
|
|
|
|
config TPM_TIS_SYSBUS
|
|
bool
|
|
depends on TPM
|
|
select TPM_TIS
|
|
|
|
config TPM_TIS
|
|
bool
|
|
depends on TPM
|
|
select TPM_BACKEND
|
|
|
|
config TPM_CRB
|
|
bool
|
|
depends on TPM && PC
|
|
select TPM_BACKEND
|
|
|
|
config TPM_SPAPR
|
|
bool
|
|
default y
|
|
depends on TPM && PSERIES
|
|
select TPM_BACKEND
|