historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/hw/tpm/Kconfig
2024-01-16 11:20:27 -06:00

25 lines
381 B
Text

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