blob: 5028fd8880a147756867c1416ddbccaa75d8d5d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
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
|