81c7aa03e9
The TPMDEV describe TPM backends. Use the TPM_BACKEND config name which is self-explicit. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Message-id: 20200612085444.8362-4-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
41 lines
630 B
Plaintext
41 lines
630 B
Plaintext
config TPM_BACKEND
|
|
bool
|
|
depends on TPM
|
|
|
|
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_PASSTHROUGH
|
|
bool
|
|
default y
|
|
# FIXME: should check for x86 host as well
|
|
depends on TPM_BACKEND && LINUX
|
|
|
|
config TPM_EMULATOR
|
|
bool
|
|
default y
|
|
depends on TPM_BACKEND
|
|
|
|
config TPM_SPAPR
|
|
bool
|
|
default y
|
|
depends on TPM && PSERIES
|
|
select TPM_BACKEND
|