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
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190307' into staging
[qemu/ar7.git]
/
hw
/
tpm
/
Kconfig
blob
4c8ee87d67483d31a2300d2c54a15cdf10890ef8
1
config TPMDEV
2
bool
3
depends on TPM
4
5
config TPM_TIS
6
bool
7
depends on TPM && ISA_BUS
8
select TPMDEV
9
10
config TPM_CRB
11
bool
12
depends on TPM && PC
13
select TPMDEV
14
15
config TPM_PASSTHROUGH
16
bool
17
default y
18
# FIXME: should check for x86 host as well
19
depends on TPMDEV && LINUX
20
21
config TPM_EMULATOR
22
bool
23
default y
24
depends on TPMDEV