repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-target-arm-20220428' of https://git.linaro.org/people/pmaydell/qemu...
[qemu.git]
/
hw
/
tpm
/
Kconfig
blob
29e82f3c92d9534076834b1e8822c06eec83057d
1
config TPM_TIS_ISA
2
bool
3
depends on TPM && ISA_BUS
4
select TPM_TIS
5
6
config TPM_TIS_SYSBUS
7
bool
8
depends on TPM
9
select TPM_TIS
10
11
config TPM_TIS
12
bool
13
depends on TPM
14
select TPM_BACKEND
15
16
config TPM_CRB
17
bool
18
depends on TPM && PC
19
select TPM_BACKEND
20
21
config TPM_SPAPR
22
bool
23
default y
24
depends on TPM && PSERIES
25
select TPM_BACKEND