repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/loongarch: Implement xvsadd/xvssub
[qemu/ar7.git]
/
hw
/
tpm
/
Kconfig
blob
a46663288cb8ae5ae024508ce4968805f6a6e219
1
config TPM_TIS_I2C
2
bool
3
depends on TPM
4
select TPM_BACKEND
5
select I2C
6
select TPM_TIS
7
8
config TPM_TIS_ISA
9
bool
10
depends on TPM && ISA_BUS
11
select TPM_TIS
12
13
config TPM_TIS_SYSBUS
14
bool
15
depends on TPM
16
select TPM_TIS
17
18
config TPM_TIS
19
bool
20
depends on TPM
21
select TPM_BACKEND
22
23
config TPM_CRB
24
bool
25
depends on TPM && PC
26
select TPM_BACKEND
27
28
config TPM_SPAPR
29
bool
30
default y
31
depends on TPM && PSERIES
32
select TPM_BACKEND