229de57ac5
Introduce the tpm-tis-device which is a sysbus device and is bound to be used on ARM. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Message-id: 20200305165149.618-6-eric.auger@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
41 lines
600 B
Plaintext
41 lines
600 B
Plaintext
config TPMDEV
|
|
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 TPMDEV
|
|
|
|
config TPM_CRB
|
|
bool
|
|
depends on TPM && PC
|
|
select TPMDEV
|
|
|
|
config TPM_PASSTHROUGH
|
|
bool
|
|
default y
|
|
# FIXME: should check for x86 host as well
|
|
depends on TPMDEV && LINUX
|
|
|
|
config TPM_EMULATOR
|
|
bool
|
|
default y
|
|
depends on TPMDEV
|
|
|
|
config TPM_SPAPR
|
|
bool
|
|
default y
|
|
depends on TPM && PSERIES
|
|
select TPMDEV
|